Toolumina Extended Palette
Copy-ready color values
HEX
#A3336BRGB
rgb(163, 51, 107)HSL
hsl(330, 52%, 42%)HSV
hsv(330, 69%, 64%)CMYK approx.
cmyk(0, 69, 34, 36)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #A3336B | |
| RGB | rgb(163, 51, 107) | |
| HSL | hsl(330, 52%, 42%) | |
| HSV | hsv(330, 69%, 64%) | |
| CMYK approx. | cmyk(0, 69, 34, 36) | |
| CSS keyword | toolumina-h330-s52-l42 |
Contrast and classification
DarkLightness6.48:1Contrast with white3.24:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#AC477A
White 30%#BF7097
White 70%#E3C2D3
White 90%#F6EBF0
Black 10%#932E60
Black 30%#72244B
Black 70%#310F20
Black 90%#10050B
Harmony palettes
Complementary
#5CCC94#83D8AEAnalogous
#963372#A33A64Triadic
#336BA3#6BA333Split complementary
#79D5A7#4BA779Using Toolumina H330 S52 L42
Toolumina H330 S52 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-h330-s52-l42: #a3336b;
}
.button-primary {
background: var(--color-toolumina-h330-s52-l42);
color: #ffffff;
}
$toolumina-h330-s52-l42: #a3336b;
// Tailwind arbitrary value
class="bg-[#a3336b] text-white"