Toolumina Extended Palette
Copy-ready color values
HEX
#CFB5E8RGB
rgb(207, 181, 232)HSL
hsl(271, 53%, 81%)HSV
hsv(271, 22%, 91%)CMYK approx.
cmyk(11, 22, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #CFB5E8 | |
| RGB | rgb(207, 181, 232) | |
| HSL | hsl(271, 53%, 81%) | |
| HSV | hsv(271, 22%, 91%) | |
| CMYK approx. | cmyk(11, 22, 0, 9) | |
| CSS keyword | toolumina-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#62754FAnalogous
#CCB5E5#CFBBE2Triadic
#B5E8CF#E8CFB5Split complementary
#556B41#273D13Using 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"