Toolumina Extended Palette

Copy-ready color values

HEX#CBE873
RGBrgb(203, 232, 115)
HSLhsl(75, 72%, 68%)
HSVhsv(75, 50%, 91%)
CMYK approx.cmyk(13, 0, 50, 9)

Color value table

FormatValueCopy
HEX#CBE873
RGBrgb(203, 232, 115)
HSLhsl(75, 72%, 68%)
HSVhsv(75, 50%, 91%)
CMYK approx.cmyk(13, 0, 50, 9)
CSS keywordtoolumina-h75-s72-l68

Contrast and classification

LightLightness1.37:1Contrast with white15.33:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#D0EA81

White 30%
#DBEF9D

White 70%
#EFF8D5

White 90%
#FAFDF1

Black 10%
#B7D168

Black 30%
#8EA251

Black 70%
#3D4623

Black 90%
#14170C

Harmony palettes

Complementary

#34178C
#654FA8

Analogous

#CEE87E
#CBDA81

Triadic

#E873CB
#73CBE8

Split complementary

#5941A1
#2B1373

Using Toolumina H75 S72 L68

Toolumina H75 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-h75-s72-l68: #cbe873;
}

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

$toolumina-h75-s72-l68: #cbe873;

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