Toolumina Extended Palette

Copy-ready color values

HEX#3ADFB6
RGBrgb(58, 223, 182)
HSLhsl(165, 72%, 55%)
HSVhsv(165, 74%, 87%)
CMYK approx.cmyk(74, 0, 18, 13)

Color value table

FormatValueCopy
HEX#3ADFB6
RGBrgb(58, 223, 182)
HSLhsl(165, 72%, 55%)
HSVhsv(165, 74%, 87%)
CMYK approx.cmyk(74, 0, 18, 13)
CSS keywordtoolumina-h165-s72-l55

Contrast and classification

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

Shade and tint preview

White 10%
#4EE2BD

White 30%
#75E9CC

White 70%
#C4F5E9

White 90%
#EBFCF8

Black 10%
#34C9A4

Black 30%
#299C7F

Black 70%
#114337

Black 90%
#061612

Harmony palettes

Complementary

#C52049
#D35675

Analogous

#4EDFA7
#3ADABB

Triadic

#DFB63A
#B63ADF

Split complementary

#CF486A
#A21A3C

Using Toolumina H165 S72 L55

Toolumina H165 S72 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-h165-s72-l55: #3adfb6;
}

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

$toolumina-h165-s72-l55: #3adfb6;

// Tailwind arbitrary value
class="bg-[#3adfb6] text-white"