Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.96:1Contrast with white10.74:1Contrast with blackBlue / CyanColor family

Shade and tint preview

White 10%
#BCBCEA

White 30%
#CBCBEF

White 70%
#E9E9F8

White 90%
#F8F8FD

Black 10%
#A3A3D1

Black 30%
#7F7FA2

Black 70%
#363646

Black 90%
#121217

Harmony palettes

Complementary

#4A4A17
#75754F

Analogous

#B5B5E2
#B5BBE2

Triadic

#B5E8B5
#E8B5B5

Split complementary

#6B6B41
#3D3D13

Using Toolumina H240 S52 L81

Toolumina H240 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-h240-s52-l81: #b5b5e8;
}

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

$toolumina-h240-s52-l81: #b5b5e8;

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