Toolumina Extended Palette
Copy-ready color values
HEX
#AA51C8RGB
rgb(170, 81, 200)HSL
hsl(285, 52%, 55%)HSV
hsv(285, 60%, 78%)CMYK approx.
cmyk(15, 60, 0, 22)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #AA51C8 | |
| RGB | rgb(170, 81, 200) | |
| HSL | hsl(285, 52%, 55%) | |
| HSV | hsv(285, 60%, 78%) | |
| CMYK approx. | cmyk(15, 60, 0, 22) | |
| CSS keyword | toolumina-h285-s52-l55 |
Contrast and classification
LightLightness4.45:1Contrast with white4.72:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#B362CE
White 30%#C485D9
White 70%#E6CBEF
White 90%#F7EEFA
Black 10%#9949B4
Black 30%#77398C
Black 70%#33183C
Black 90%#110814
Harmony palettes
Complementary
#55AE37#7EC167Analogous
#9F51C4#AA5FBATriadic
#51C8AA#C8AA51Split complementary
#74BD5B#468F2DUsing Toolumina H285 S52 L55
Toolumina H285 S52 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-s52-l55: #aa51c8;
}
.button-primary {
background: var(--color-toolumina-h285-s52-l55);
color: #000000;
}
$toolumina-h285-s52-l55: #aa51c8;
// Tailwind arbitrary value
class="bg-[#aa51c8] text-white"