Toolumina Extended Palette

Copy-ready color values

HEX#BDACF1
RGBrgb(189, 172, 241)
HSLhsl(255, 71%, 81%)
HSVhsv(255, 29%, 95%)
CMYK approx.cmyk(22, 29, 0, 5)

Color value table

FormatValueCopy
HEX#BDACF1
RGBrgb(189, 172, 241)
HSLhsl(255, 71%, 81%)
HSVhsv(255, 29%, 95%)
CMYK approx.cmyk(22, 29, 0, 5)
CSS keywordtoolumina-h255-s72-l81

Contrast and classification

LightLightness2.03:1Contrast with white10.33:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#C4B4F2

White 30%
#D1C5F5

White 70%
#EBE6FB

White 90%
#F8F7FE

Black 10%
#AA9BD9

Black 30%
#8478A9

Black 70%
#393448

Black 90%
#131118

Harmony palettes

Complementary

#42530E
#6F7C48

Analogous

#BBACEB
#BDB4E9

Triadic

#ACF1BD
#F1BDAC

Split complementary

#647239
#36440B

Using Toolumina H255 S72 L81

Toolumina H255 S72 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-h255-s72-l81: #bdacf1;
}

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

$toolumina-h255-s72-l81: #bdacf1;

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