Toolumina Extended Palette

Copy-ready color values

HEX#1EB8B8
RGBrgb(30, 184, 184)
HSLhsl(180, 72%, 42%)
HSVhsv(180, 84%, 72%)
CMYK approx.cmyk(84, 0, 0, 28)

Color value table

FormatValueCopy
HEX#1EB8B8
RGBrgb(30, 184, 184)
HSLhsl(180, 72%, 42%)
HSVhsv(180, 84%, 72%)
CMYK approx.cmyk(84, 0, 0, 28)
CSS keywordtoolumina-h180-s72-l42

Contrast and classification

DarkLightness2.44:1Contrast with white8.60:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#35BFBF

White 30%
#62CDCD

White 70%
#BCEAEA

White 90%
#E9F8F8

Black 10%
#1BA6A6

Black 30%
#158181

Black 70%
#093737

Black 90%
#031212

Harmony palettes

Complementary

#E14747
#E87373

Analogous

#30B8A6
#1EB8B8

Triadic

#B8B81E
#B81EB8

Split complementary

#E66868
#B93A3A

Using Toolumina H180 S72 L42

Toolumina H180 S72 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-h180-s72-l42: #1eb8b8;
}

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

$toolumina-h180-s72-l42: #1eb8b8;

// Tailwind arbitrary value
class="bg-[#1eb8b8] text-white"