Toolumina Extended Palette
Copy-ready color values
HEX
#8C3ADFRGB
rgb(140, 58, 223)HSL
hsl(270, 72%, 55%)HSV
hsv(270, 74%, 87%)CMYK approx.
cmyk(37, 74, 0, 13)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #8C3ADF | |
| RGB | rgb(140, 58, 223) | |
| HSL | hsl(270, 72%, 55%) | |
| HSV | hsv(270, 74%, 87%) | |
| CMYK approx. | cmyk(37, 74, 0, 13) | |
| CSS keyword | toolumina-h270-s72-l55 |
Contrast and classification
LightLightness5.55:1Contrast with white3.79:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#984EE2
White 30%#AF75E9
White 70%#DDC4F5
White 90%#F4EBFC
Black 10%#7E34C9
Black 30%#62299C
Black 70%#2A1143
Black 90%#0E0616
Harmony palettes
Complementary
#73C520#95D356Analogous
#823AD5#8C4ECBTriadic
#3ADF8C#DF8C3ASplit complementary
#8CCF48#5EA21AUsing Toolumina H270 S72 L55
Toolumina H270 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-h270-s72-l55: #8c3adf;
}
.button-primary {
background: var(--color-toolumina-h270-s72-l55);
color: #ffffff;
}
$toolumina-h270-s72-l55: #8c3adf;
// Tailwind arbitrary value
class="bg-[#8c3adf] text-white"