Toolumina Extended Palette
Copy-ready color values
HEX
#D88383RGB
rgb(216, 131, 131)HSL
hsl(0, 52%, 68%)HSV
hsv(0, 39%, 85%)CMYK approx.
cmyk(0, 39, 39, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #D88383 | |
| RGB | rgb(216, 131, 131) | |
| HSL | hsl(0, 52%, 68%) | |
| HSV | hsv(0, 39%, 85%) | |
| CMYK approx. | cmyk(0, 39, 39, 15) | |
| CSS keyword | toolumina-h0-s52-l68 |
Contrast and classification
LightLightness2.80:1Contrast with white7.49:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#DC8F8F
White 30%#E4A8A8
White 70%#F3DADA
White 90%#FBF3F3
Black 10%#C27676
Black 30%#975C5C
Black 70%#412727
Black 90%#160D0D
Harmony palettes
Complementary
#277C7C#5B9B9BAnalogous
#CE838D#D88383Triadic
#8383D8#83D883Split complementary
#4E9494#206666Using Toolumina H0 S52 L68
Toolumina H0 S52 L68 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.
CSS, SCSS, and Tailwind examples
:root {
--color-toolumina-h0-s52-l68: #d88383;
}
.button-primary {
background: var(--color-toolumina-h0-s52-l68);
color: #000000;
}
$toolumina-h0-s52-l68: #d88383;
// Tailwind arbitrary value
class="bg-[#d88383] text-white"