Toolumina Extended Palette

Copy-ready color values

HEX#B5E8DB
RGBrgb(181, 232, 219)
HSLhsl(165, 53%, 81%)
HSVhsv(165, 22%, 91%)
CMYK approx.cmyk(22, 0, 6, 9)

Color value table

FormatValueCopy
HEX#B5E8DB
RGBrgb(181, 232, 219)
HSLhsl(165, 53%, 81%)
HSVhsv(165, 22%, 91%)
CMYK approx.cmyk(22, 0, 6, 9)
CSS keywordtoolumina-h165-s52-l81

Contrast and classification

LightLightness1.35:1Contrast with white15.53:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#BCEADF

White 30%
#CBEFE6

White 70%
#E9F8F4

White 90%
#F8FDFB

Black 10%
#A3D1C5

Black 30%
#7FA299

Black 70%
#364642

Black 90%
#121716

Harmony palettes

Complementary

#4A1724
#754F59

Analogous

#BBE8D6
#B5E6DD

Triadic

#E8DBB5
#DBB5E8

Split complementary

#6B414B
#3D131E

Using Toolumina H165 S52 L81

Toolumina H165 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-h165-s52-l81: #b5e8db;
}

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

$toolumina-h165-s52-l81: #b5e8db;

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