Toolumina Extended Palette
Copy-ready color values
HEX
#D89883RGB
rgb(216, 152, 131)HSL
hsl(15, 52%, 68%)HSV
hsv(15, 39%, 85%)CMYK approx.
cmyk(0, 30, 39, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #D89883 | |
| RGB | rgb(216, 152, 131) | |
| HSL | hsl(15, 52%, 68%) | |
| HSV | hsv(15, 39%, 85%) | |
| CMYK approx. | cmyk(0, 30, 39, 15) | |
| CSS keyword | toolumina-h15-s52-l68 |
Contrast and classification
LightLightness2.40:1Contrast with white8.74:1Contrast with blackRed / OrangeColor family
Shade and tint preview
White 10%#DCA28F
White 30%#E4B7A8
White 70%#F3E0DA
White 90%#FBF5F3
Black 10%#C28976
Black 30%#976A5C
Black 70%#412E27
Black 90%#160F0D
Harmony palettes
Complementary
#27677C#5B8B9BAnalogous
#D0988D#D89586Triadic
#9883D8#83D898Split complementary
#4E8294#205466Using Toolumina H15 S52 L68
Toolumina H15 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-h15-s52-l68: #d89883;
}
.button-primary {
background: var(--color-toolumina-h15-s52-l68);
color: #000000;
}
$toolumina-h15-s52-l68: #d89883;
// Tailwind arbitrary value
class="bg-[#d89883] text-white"