Toolumina Extended Palette

Copy-ready color values

HEX#ADD883
RGBrgb(173, 216, 131)
HSLhsl(90, 52%, 68%)
HSVhsv(90, 39%, 85%)
CMYK approx.cmyk(20, 0, 39, 15)

Color value table

FormatValueCopy
HEX#ADD883
RGBrgb(173, 216, 131)
HSLhsl(90, 52%, 68%)
HSVhsv(90, 39%, 85%)
CMYK approx.cmyk(20, 0, 39, 15)
CSS keywordtoolumina-h90-s52-l68

Contrast and classification

LightLightness1.62:1Contrast with white12.93:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#B5DC8F

White 30%
#C6E4A8

White 70%
#E6F3DA

White 90%
#F7FBF3

Black 10%
#9CC276

Black 30%
#79975C

Black 70%
#344127

Black 90%
#11160D

Harmony palettes

Complementary

#52277C
#7C5B9B

Analogous

#B2D888
#ADCE8D

Triadic

#D883AD
#83ADD8

Split complementary

#714E94
#432066

Using Toolumina H90 S52 L68

Toolumina H90 S52 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-s52-l68: #add883;
}

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

$toolumina-h90-s52-l68: #add883;

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