Toolumina Extended Palette

Copy-ready color values

HEX#51C88C
RGBrgb(81, 200, 140)
HSLhsl(150, 52%, 55%)
HSVhsv(150, 60%, 78%)
CMYK approx.cmyk(60, 0, 30, 22)

Color value table

FormatValueCopy
HEX#51C88C
RGBrgb(81, 200, 140)
HSLhsl(150, 52%, 55%)
HSVhsv(150, 60%, 78%)
CMYK approx.cmyk(60, 0, 30, 22)
CSS keywordtoolumina-h150-s52-l55

Contrast and classification

LightLightness2.10:1Contrast with white9.99:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#62CE98

White 30%
#85D9AF

White 70%
#CBEFDD

White 90%
#EEFAF4

Black 10%
#49B47E

Black 30%
#398C62

Black 70%
#183C2A

Black 90%
#08140E

Harmony palettes

Complementary

#AE3773
#C16795

Analogous

#5FC885
#51C193

Triadic

#C88C51
#8C51C8

Split complementary

#BD5B8C
#8F2D5E

Using Toolumina H150 S52 L55

Toolumina H150 S52 L55 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-h150-s52-l55: #51c88c;
}

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

$toolumina-h150-s52-l55: #51c88c;

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