Toolumina Extended Palette
Copy-ready color values
HEX
#C2B5E8RGB
rgb(194, 181, 232)HSL
hsl(255, 53%, 81%)HSV
hsv(255, 22%, 91%)CMYK approx.
cmyk(16, 22, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #C2B5E8 | |
| RGB | rgb(194, 181, 232) | |
| HSL | hsl(255, 53%, 81%) | |
| HSV | hsv(255, 22%, 91%) | |
| CMYK approx. | cmyk(16, 22, 0, 9) | |
| CSS keyword | toolumina-h255-s52-l81 |
Contrast and classification
LightLightness1.90:1Contrast with white11.07:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#C8BCEA
White 30%#D4CBEF
White 70%#EDE9F8
White 90%#F9F8FD
Black 10%#AFA3D1
Black 30%#887FA2
Black 70%#3A3646
Black 90%#131217
Harmony palettes
Complementary
#3D4A17#6C754FAnalogous
#C0B5E3#C2BBE2Triadic
#B5E8C2#E8C2B5Split complementary
#606B41#323D13Using Toolumina H255 S52 L81
Toolumina H255 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-h255-s52-l81: #c2b5e8;
}
.button-primary {
background: var(--color-toolumina-h255-s52-l81);
color: #000000;
}
$toolumina-h255-s52-l81: #c2b5e8;
// Tailwind arbitrary value
class="bg-[#c2b5e8] text-white"