Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness1.84:1Contrast with white11.43:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#D4BCEA

White 30%
#DDCBEF

White 70%
#F1E9F8

White 90%
#FAF8FD

Black 10%
#BAA3D1

Black 30%
#917FA2

Black 70%
#3E3646

Black 90%
#151217

Harmony palettes

Complementary

#304A17
#62754F

Analogous

#CCB5E5
#CFBBE2

Triadic

#B5E8CF
#E8CFB5

Split complementary

#556B41
#273D13

Using Toolumina H270 S52 L81

Toolumina H270 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-h270-s52-l81: #cfb5e8;
}

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

$toolumina-h270-s52-l81: #cfb5e8;

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