Toolumina Extended Palette
Copy-ready color values
HEX
#B63ADFRGB
rgb(182, 58, 223)HSL
hsl(285, 72%, 55%)HSV
hsv(285, 74%, 87%)CMYK approx.
cmyk(18, 74, 0, 13)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B63ADF | |
| RGB | rgb(182, 58, 223) | |
| HSL | hsl(285, 72%, 55%) | |
| HSV | hsv(285, 74%, 87%) | |
| CMYK approx. | cmyk(18, 74, 0, 13) | |
| CSS keyword | toolumina-h285-s72-l55 |
Contrast and classification
LightLightness4.51:1Contrast with white4.66:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#BD4EE2
White 30%#CC75E9
White 70%#E9C4F5
White 90%#F8EBFC
Black 10%#A434C9
Black 30%#7F299C
Black 70%#371143
Black 90%#120616
Harmony palettes
Complementary
#49C520#75D356Analogous
#A73ADA#B64ECBTriadic
#3ADFB6#DFB63ASplit complementary
#6ACF48#3CA21AUsing Toolumina H285 S72 L55
Toolumina H285 S72 L55 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-l55: #b63adf;
}
.button-primary {
background: var(--color-toolumina-h285-s72-l55);
color: #000000;
}
$toolumina-h285-s72-l55: #b63adf;
// Tailwind arbitrary value
class="bg-[#b63adf] text-white"