Toolumina Extended Palette
Copy-ready color values
HEX
#E0ACF1RGB
rgb(224, 172, 241)HSL
hsl(285, 71%, 81%)HSV
hsv(285, 29%, 95%)CMYK approx.
cmyk(7, 29, 0, 5)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E0ACF1 | |
| RGB | rgb(224, 172, 241) | |
| HSL | hsl(285, 71%, 81%) | |
| HSV | hsv(285, 29%, 95%) | |
| CMYK approx. | cmyk(7, 29, 0, 5) | |
| CSS keyword | toolumina-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#557C48Analogous
#DAACEF#E0B4E9Triadic
#ACF1E0#F1E0ACSplit complementary
#477239#19440BUsing 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"