Toolumina Extended Palette
Copy-ready color values
HEX
#C8518CRGB
rgb(200, 81, 140)HSL
hsl(330, 52%, 55%)HSV
hsv(330, 60%, 78%)CMYK approx.
cmyk(0, 60, 30, 22)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #C8518C | |
| RGB | rgb(200, 81, 140) | |
| HSL | hsl(330, 52%, 55%) | |
| HSV | hsv(330, 60%, 78%) | |
| CMYK approx. | cmyk(0, 60, 30, 22) | |
| CSS keyword | toolumina-h330-s52-l55 |
Contrast and classification
LightLightness4.19:1Contrast with white5.01:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#CE6298
White 30%#D985AF
White 70%#EFCBDD
White 90%#FAEEF4
Black 10%#B4497E
Black 30%#8C3962
Black 70%#3C182A
Black 90%#14080E
Harmony palettes
Complementary
#37AE73#67C195Analogous
#BA5193#C85885Triadic
#518CC8#8CC851Split complementary
#5BBD8C#2D8F5EUsing Toolumina H330 S52 L55
Toolumina H330 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-h330-s52-l55: #c8518c;
}
.button-primary {
background: var(--color-toolumina-h330-s52-l55);
color: #000000;
}
$toolumina-h330-s52-l55: #c8518c;
// Tailwind arbitrary value
class="bg-[#c8518c] text-white"