Toolumina Extended Palette

Copy-ready color values

HEX#90E873
RGBrgb(144, 232, 115)
HSLhsl(105, 72%, 68%)
HSVhsv(105, 50%, 91%)
CMYK approx.cmyk(38, 0, 50, 9)

Color value table

FormatValueCopy
HEX#90E873
RGBrgb(144, 232, 115)
HSLhsl(105, 72%, 68%)
HSVhsv(105, 50%, 91%)
CMYK approx.cmyk(38, 0, 50, 9)
CSS keywordtoolumina-h105-s72-l68

Contrast and classification

LightLightness1.50:1Contrast with white13.98:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#9BEA81

White 30%
#B1EF9D

White 70%
#DEF8D5

White 90%
#F4FDF1

Black 10%
#82D168

Black 30%
#65A251

Black 70%
#2B4623

Black 90%
#0E170C

Harmony palettes

Complementary

#6F178C
#924FA8

Analogous

#9BE876
#90DA81

Triadic

#E87390
#7390E8

Split complementary

#8941A1
#5B1373

Using Toolumina H105 S72 L68

Toolumina H105 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-h105-s72-l68: #90e873;
}

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

$toolumina-h105-s72-l68: #90e873;

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