Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.77:1Contrast with white11.85:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#BCC8EA

White 30%
#CBD4EF

White 70%
#E9EDF8

White 90%
#F8F9FD

Black 10%
#A3AFD1

Black 30%
#7F88A2

Black 70%
#363A46

Black 90%
#121317

Harmony palettes

Complementary

#4A3D17
#756C4F

Analogous

#B7C2E2
#B5C7E3

Triadic

#C2E8B5
#E8B5C2

Split complementary

#6B6041
#3D3213

Using Toolumina H225 S52 L81

Toolumina H225 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-h225-s52-l81: #b5c2e8;
}

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

$toolumina-h225-s52-l81: #b5c2e8;

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