Toolumina Extended Palette
Copy-ready color values
HEX
#CFACF1RGB
rgb(207, 172, 241)HSL
hsl(270, 71%, 81%)HSV
hsv(270, 29%, 95%)CMYK approx.
cmyk(14, 29, 0, 5)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #CFACF1 | |
| RGB | rgb(207, 172, 241) | |
| HSL | hsl(270, 71%, 81%) | |
| HSV | hsv(270, 29%, 95%) | |
| CMYK approx. | cmyk(14, 29, 0, 5) | |
| CSS keyword | toolumina-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#627C48Analogous
#CBACED#CFB4E9Triadic
#ACF1CF#F1CFACSplit complementary
#557239#27440BUsing 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"