Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.69:1Contrast with white12.39:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#8FDCB5

White 30%
#A8E4C6

White 70%
#DAF3E6

White 90%
#F3FBF7

Black 10%
#76C29C

Black 30%
#5C9779

Black 70%
#274134

Black 90%
#0D1611

Harmony palettes

Complementary

#7C2752
#9B5B7C

Analogous

#8DD8A8
#83D3B2

Triadic

#D8AD83
#AD83D8

Split complementary

#944E71
#662043

Using Toolumina H150 S52 L68

Toolumina H150 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-h150-s52-l68: #83d8ad;
}

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

$toolumina-h150-s52-l68: #83d8ad;

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