Toolumina Extended Palette

Copy-ready color values

HEX#51C8C8
RGBrgb(81, 200, 200)
HSLhsl(180, 52%, 55%)
HSVhsv(180, 60%, 78%)
CMYK approx.cmyk(60, 0, 0, 22)

Color value table

FormatValueCopy
HEX#51C8C8
RGBrgb(81, 200, 200)
HSLhsl(180, 52%, 55%)
HSVhsv(180, 60%, 78%)
CMYK approx.cmyk(60, 0, 0, 22)
CSS keywordtoolumina-h180-s52-l55

Contrast and classification

LightLightness2.01:1Contrast with white10.45:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#62CECE

White 30%
#85D9D9

White 70%
#CBEFEF

White 90%
#EEFAFA

Black 10%
#49B4B4

Black 30%
#398C8C

Black 70%
#183C3C

Black 90%
#081414

Harmony palettes

Complementary

#AE3737
#C16767

Analogous

#5FC8BA
#51C8C8

Triadic

#C8C851
#C851C8

Split complementary

#BD5B5B
#8F2D2D

Using Toolumina H180 S52 L55

Toolumina H180 S52 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-h180-s52-l55: #51c8c8;
}

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

$toolumina-h180-s52-l55: #51c8c8;

// Tailwind arbitrary value
class="bg-[#51c8c8] text-white"