Toolumina Extended Palette

Copy-ready color values

HEX#E0ACF1
RGBrgb(224, 172, 241)
HSLhsl(285, 71%, 81%)
HSVhsv(285, 29%, 95%)
CMYK approx.cmyk(7, 29, 0, 5)

Color value table

FormatValueCopy
HEX#E0ACF1
RGBrgb(224, 172, 241)
HSLhsl(285, 71%, 81%)
HSVhsv(285, 29%, 95%)
CMYK approx.cmyk(7, 29, 0, 5)
CSS keywordtoolumina-h285-s72-l81

Contrast and classification

LightLightness1.85:1Contrast with white11.34:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#E3B4F2

White 30%
#E9C5F5

White 70%
#F6E6FB

White 90%
#FCF7FE

Black 10%
#CA9BD9

Black 30%
#9D78A9

Black 70%
#433448

Black 90%
#161118

Harmony palettes

Complementary

#1F530E
#557C48

Analogous

#DAACEF
#E0B4E9

Triadic

#ACF1E0
#F1E0AC

Split complementary

#477239
#19440B

Using Toolumina H285 S72 L81

Toolumina H285 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-h285-s72-l81: #e0acf1;
}

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

$toolumina-h285-s72-l81: #e0acf1;

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