Toolumina Extended Palette

Copy-ready color values

HEX#B5E8C2
RGBrgb(181, 232, 194)
HSLhsl(135, 53%, 81%)
HSVhsv(135, 22%, 91%)
CMYK approx.cmyk(22, 0, 16, 9)

Color value table

FormatValueCopy
HEX#B5E8C2
RGBrgb(181, 232, 194)
HSLhsl(135, 53%, 81%)
HSVhsv(135, 22%, 91%)
CMYK approx.cmyk(22, 0, 16, 9)
CSS keywordtoolumina-h135-s52-l81

Contrast and classification

LightLightness1.37:1Contrast with white15.29:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#BCEAC8

White 30%
#CBEFD4

White 70%
#E9F8ED

White 90%
#F8FDF9

Black 10%
#A3D1AF

Black 30%
#7FA288

Black 70%
#36463A

Black 90%
#121713

Harmony palettes

Complementary

#4A173D
#754F6C

Analogous

#BBE8C0
#B5E3C7

Triadic

#E8C2B5
#C2B5E8

Split complementary

#6B4160
#3D1332

Using Toolumina H135 S52 L81

Toolumina H135 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-h135-s52-l81: #b5e8c2;
}

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

$toolumina-h135-s52-l81: #b5e8c2;

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