Toolumina Extended Palette

Copy-ready color values

HEX#E8E873
RGBrgb(232, 232, 115)
HSLhsl(60, 72%, 68%)
HSVhsv(60, 50%, 91%)
CMYK approx.cmyk(0, 0, 50, 9)

Color value table

FormatValueCopy
HEX#E8E873
RGBrgb(232, 232, 115)
HSLhsl(60, 72%, 68%)
HSVhsv(60, 50%, 91%)
CMYK approx.cmyk(0, 0, 50, 9)
CSS keywordtoolumina-h60-s72-l68

Contrast and classification

LightLightness1.29:1Contrast with white16.22:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#EAEA81

White 30%
#EFEF9D

White 70%
#F8F8D5

White 90%
#FDFDF1

Black 10%
#D1D168

Black 30%
#A2A251

Black 70%
#464623

Black 90%
#17170C

Harmony palettes

Complementary

#17178C
#4F4FA8

Analogous

#E8E881
#E8DA81

Triadic

#E873E8
#73E8E8

Split complementary

#4141A1
#131373

Using Toolumina H60 S72 L68

Toolumina H60 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-h60-s72-l68: #e8e873;
}

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

$toolumina-h60-s72-l68: #e8e873;

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