Toolumina Extended Palette

Copy-ready color values

HEX#83D8C3
RGBrgb(131, 216, 195)
HSLhsl(165, 52%, 68%)
HSVhsv(165, 39%, 85%)
CMYK approx.cmyk(39, 0, 10, 15)

Color value table

FormatValueCopy
HEX#83D8C3
RGBrgb(131, 216, 195)
HSLhsl(165, 52%, 68%)
HSVhsv(165, 39%, 85%)
CMYK approx.cmyk(39, 0, 10, 15)
CSS keywordtoolumina-h165-s52-l68

Contrast and classification

LightLightness1.67:1Contrast with white12.58:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#8FDCC9

White 30%
#A8E4D5

White 70%
#DAF3ED

White 90%
#F3FBF9

Black 10%
#76C2B0

Black 30%
#5C9789

Black 70%
#27413B

Black 90%
#0D1614

Harmony palettes

Complementary

#7C273C
#9B5B6B

Analogous

#8DD8BB
#83D5C6

Triadic

#D8C383
#C383D8

Split complementary

#944E5F
#662031

Using Toolumina H165 S52 L68

Toolumina H165 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-h165-s52-l68: #83d8c3;
}

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

$toolumina-h165-s52-l68: #83d8c3;

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