Toolumina Extended Palette

Copy-ready color values

HEX#B5E8E8
RGBrgb(181, 232, 232)
HSLhsl(180, 53%, 81%)
HSVhsv(180, 22%, 91%)
CMYK approx.cmyk(22, 0, 0, 9)

Color value table

FormatValueCopy
HEX#B5E8E8
RGBrgb(181, 232, 232)
HSLhsl(180, 53%, 81%)
HSVhsv(180, 22%, 91%)
CMYK approx.cmyk(22, 0, 0, 9)
CSS keywordtoolumina-h180-s52-l81

Contrast and classification

LightLightness1.34:1Contrast with white15.67:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#BCEAEA

White 30%
#CBEFEF

White 70%
#E9F8F8

White 90%
#F8FDFD

Black 10%
#A3D1D1

Black 30%
#7FA2A2

Black 70%
#364646

Black 90%
#121717

Harmony palettes

Complementary

#4A1717
#754F4F

Analogous

#BBE8E2
#B5E8E8

Triadic

#E8E8B5
#E8B5E8

Split complementary

#6B4141
#3D1313

Using Toolumina H180 S52 L81

Toolumina H180 S52 L81 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-l81: #b5e8e8;
}

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

$toolumina-h180-s52-l81: #b5e8e8;

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