Toolumina Extended Palette

Copy-ready color values

HEX#33A387
RGBrgb(51, 163, 135)
HSLhsl(165, 52%, 42%)
HSVhsv(165, 69%, 64%)
CMYK approx.cmyk(69, 0, 17, 36)

Color value table

FormatValueCopy
HEX#33A387
RGBrgb(51, 163, 135)
HSLhsl(165, 52%, 42%)
HSVhsv(165, 69%, 64%)
CMYK approx.cmyk(69, 0, 17, 36)
CSS keywordtoolumina-h165-s52-l42

Contrast and classification

DarkLightness3.12:1Contrast with white6.73:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#47AC93

White 30%
#70BFAB

White 70%
#C2E3DB

White 90%
#EBF6F3

Black 10%
#2E937A

Black 30%
#24725F

Black 70%
#0F3129

Black 90%
#05100E

Harmony palettes

Complementary

#CC5C78
#D88398

Analogous

#40A37D
#33A08A

Triadic

#A38733
#8733A3

Split complementary

#D57990
#A74B62

Using Toolumina H165 S52 L42

Toolumina H165 S52 L42 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-l42: #33a387;
}

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

$toolumina-h165-s52-l42: #33a387;

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