Toolumina Extended Palette

Copy-ready color values

HEX#D89883
RGBrgb(216, 152, 131)
HSLhsl(15, 52%, 68%)
HSVhsv(15, 39%, 85%)
CMYK approx.cmyk(0, 30, 39, 15)

Color value table

FormatValueCopy
HEX#D89883
RGBrgb(216, 152, 131)
HSLhsl(15, 52%, 68%)
HSVhsv(15, 39%, 85%)
CMYK approx.cmyk(0, 30, 39, 15)
CSS keywordtoolumina-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
#5B8B9B

Analogous

#D0988D
#D89586

Triadic

#9883D8
#83D898

Split complementary

#4E8294
#205466

Using 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"