Toolumina Extended Palette
Copy-ready color values
HEX
#CB73E8RGB
rgb(203, 115, 232)HSL
hsl(285, 72%, 68%)HSV
hsv(285, 50%, 91%)CMYK approx.
cmyk(13, 50, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #CB73E8 | |
| RGB | rgb(203, 115, 232) | |
| HSL | hsl(285, 72%, 68%) | |
| HSV | hsv(285, 50%, 91%) | |
| CMYK approx. | cmyk(13, 50, 0, 9) | |
| CSS keyword | toolumina-h285-s72-l68 |
Contrast and classification
LightLightness2.93:1Contrast with white7.16:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#D081EA
White 30%#DB9DEF
White 70%#EFD5F8
White 90%#FAF1FD
Black 10%#B768D1
Black 30%#8E51A2
Black 70%#3D2346
Black 90%#140C17
Harmony palettes
Complementary
#348C17#65A84FAnalogous
#C073E5#CB81DATriadic
#73E8CB#E8CB73Split complementary
#59A141#2B7313Using Toolumina H285 S72 L68
Toolumina H285 S72 L68 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-l68: #cb73e8;
}
.button-primary {
background: var(--color-toolumina-h285-s72-l68);
color: #000000;
}
$toolumina-h285-s72-l68: #cb73e8;
// Tailwind arbitrary value
class="bg-[#cb73e8] text-white"