Toolumina Extended Palette

Copy-ready color values

HEX#CFACF1
RGBrgb(207, 172, 241)
HSLhsl(270, 71%, 81%)
HSVhsv(270, 29%, 95%)
CMYK approx.cmyk(14, 29, 0, 5)

Color value table

FormatValueCopy
HEX#CFACF1
RGBrgb(207, 172, 241)
HSLhsl(270, 71%, 81%)
HSVhsv(270, 29%, 95%)
CMYK approx.cmyk(14, 29, 0, 5)
CSS keywordtoolumina-h270-s72-l81

Contrast and classification

LightLightness1.94:1Contrast with white10.82:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#D4B4F2

White 30%
#DDC5F5

White 70%
#F1E6FB

White 90%
#FAF7FE

Black 10%
#BA9BD9

Black 30%
#9178A9

Black 70%
#3E3448

Black 90%
#151118

Harmony palettes

Complementary

#30530E
#627C48

Analogous

#CBACED
#CFB4E9

Triadic

#ACF1CF
#F1CFAC

Split complementary

#557239
#27440B

Using Toolumina H270 S72 L81

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

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

$toolumina-h270-s72-l81: #cfacf1;

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