Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.44:1Contrast with white14.57:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#B5EA81

White 30%
#C6EF9D

White 70%
#E6F8D5

White 90%
#F7FDF1

Black 10%
#9CD168

Black 30%
#79A251

Black 70%
#344623

Black 90%
#11170C

Harmony palettes

Complementary

#52178C
#7C4FA8

Analogous

#B4E87A
#ADDA81

Triadic

#E873AD
#73ADE8

Split complementary

#7141A1
#431373

Using Toolumina H90 S72 L68

Toolumina H90 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-h90-s72-l68: #ade873;
}

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

$toolumina-h90-s72-l68: #ade873;

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