Toolumina Extended Palette

Copy-ready color values

HEX#B5CFE8
RGBrgb(181, 207, 232)
HSLhsl(209, 53%, 81%)
HSVhsv(209, 22%, 91%)
CMYK approx.cmyk(22, 11, 0, 9)

Color value table

FormatValueCopy
HEX#B5CFE8
RGBrgb(181, 207, 232)
HSLhsl(209, 53%, 81%)
HSVhsv(209, 22%, 91%)
CMYK approx.cmyk(22, 11, 0, 9)
CSS keywordtoolumina-h210-s52-l81

Contrast and classification

LightLightness1.61:1Contrast with white13.06:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#BCD4EA

White 30%
#CBDDEF

White 70%
#E9F1F8

White 90%
#F8FAFD

Black 10%
#A3BAD1

Black 30%
#7F91A2

Black 70%
#363E46

Black 90%
#121517

Harmony palettes

Complementary

#4A3017
#75624F

Analogous

#B8CFE2
#B5D2E5

Triadic

#CFE8B5
#E8B5CF

Split complementary

#6B5541
#3D2713

Using Toolumina H210 S52 L81

Toolumina H210 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-h210-s52-l81: #b5cfe8;
}

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

$toolumina-h210-s52-l81: #b5cfe8;

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