Toolumina Extended Palette
Copy-ready color values
HEX
#921EB8RGB
rgb(146, 30, 184)HSL
hsl(285, 72%, 42%)HSV
hsv(285, 84%, 72%)CMYK approx.
cmyk(21, 84, 0, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #921EB8 | |
| RGB | rgb(146, 30, 184) | |
| HSL | hsl(285, 72%, 42%) | |
| HSV | hsv(285, 84%, 72%) | |
| CMYK approx. | cmyk(21, 84, 0, 28) | |
| CSS keyword | toolumina-h285-s72-l42 |
Contrast and classification
DarkLightness6.77:1Contrast with white3.10:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#9D35BF
White 30%#B362CD
White 70%#DEBCEA
White 90%#F4E9F8
Black 10%#831BA6
Black 30%#661581
Black 70%#2C0937
Black 90%#0F0312
Harmony palettes
Complementary
#6DE147#90E873Analogous
#841EB3#9230A6Triadic
#1EB892#B8921ESplit complementary
#87E668#59B93AUsing Toolumina H285 S72 L42
Toolumina H285 S72 L42 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-l42: #921eb8;
}
.button-primary {
background: var(--color-toolumina-h285-s72-l42);
color: #ffffff;
}
$toolumina-h285-s72-l42: #921eb8;
// Tailwind arbitrary value
class="bg-[#921eb8] text-white"