Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#D8AD83
RGBrgb(216, 173, 131)
HSLhsl(30, 52%, 68%)
HSVhsv(30, 39%, 85%)
CMYK approx.cmyk(0, 20, 39, 15)
CSS keywordtoolumina-h30-s52-l68

Contrast and classification

LightLightness2.05:1Contrast with white10.22:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#DCB58F

White 30%
#E4C6A8

White 70%
#F3E6DA

White 90%
#FBF7F3

Black 10%
#C29C76

Black 30%
#97795C

Black 70%
#413427

Black 90%
#16110D

Harmony palettes

Complementary

#27527C
#5B7C9B

Analogous

#D3AD8D
#D8A888

Triadic

#AD83D8
#83D8AD

Split complementary

#4E7194
#204366

Using Toolumina H30 S52 L68

Toolumina H30 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-h30-s52-l68: #d8ad83;
}

.button-primary {
  background: var(--color-toolumina-h30-s52-l68);
  color: #000000;
}

$toolumina-h30-s52-l68: #d8ad83;

// Tailwind arbitrary value
class="bg-[#d8ad83] text-white"