Toolumina Extended Palette

Copy-ready color values

HEX#83D8D8
RGBrgb(131, 216, 216)
HSLhsl(180, 52%, 68%)
HSVhsv(180, 39%, 85%)
CMYK approx.cmyk(39, 0, 0, 15)

Color value table

FormatValueCopy
HEX#83D8D8
RGBrgb(131, 216, 216)
HSLhsl(180, 52%, 68%)
HSVhsv(180, 39%, 85%)
CMYK approx.cmyk(39, 0, 0, 15)
CSS keywordtoolumina-h180-s52-l68

Contrast and classification

LightLightness1.64:1Contrast with white12.78:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#8FDCDC

White 30%
#A8E4E4

White 70%
#DAF3F3

White 90%
#F3FBFB

Black 10%
#76C2C2

Black 30%
#5C9797

Black 70%
#274141

Black 90%
#0D1616

Harmony palettes

Complementary

#7C2727
#9B5B5B

Analogous

#8DD8CE
#83D8D8

Triadic

#D8D883
#D883D8

Split complementary

#944E4E
#662020

Using Toolumina H180 S52 L68

Toolumina H180 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-h180-s52-l68: #83d8d8;
}

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

$toolumina-h180-s52-l68: #83d8d8;

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