Toolumina Extended Palette

Copy-ready color values

HEX#E8AD73
RGBrgb(232, 173, 115)
HSLhsl(30, 72%, 68%)
HSVhsv(30, 50%, 91%)
CMYK approx.cmyk(0, 25, 50, 9)

Color value table

FormatValueCopy
HEX#E8AD73
RGBrgb(232, 173, 115)
HSLhsl(30, 72%, 68%)
HSVhsv(30, 50%, 91%)
CMYK approx.cmyk(0, 25, 50, 9)
CSS keywordtoolumina-h30-s72-l68

Contrast and classification

LightLightness1.97:1Contrast with white10.66:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#EAB581

White 30%
#EFC69D

White 70%
#F8E6D5

White 90%
#FDF7F1

Black 10%
#D19C68

Black 30%
#A27951

Black 70%
#463423

Black 90%
#17110C

Harmony palettes

Complementary

#17528C
#4F7CA8

Analogous

#E1AD81
#E8A67A

Triadic

#AD73E8
#73E8AD

Split complementary

#4171A1
#134373

Using Toolumina H30 S72 L68

Toolumina H30 S72 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-s72-l68: #e8ad73;
}

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

$toolumina-h30-s72-l68: #e8ad73;

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