Toolumina Extended Palette
Copy-ready color values
HEX
#DF3A8CRGB
rgb(223, 58, 140)HSL
hsl(330, 72%, 55%)HSV
hsv(330, 74%, 87%)CMYK approx.
cmyk(0, 74, 37, 13)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #DF3A8C | |
| RGB | rgb(223, 58, 140) | |
| HSL | hsl(330, 72%, 55%) | |
| HSV | hsv(330, 74%, 87%) | |
| CMYK approx. | cmyk(0, 74, 37, 13) | |
| CSS keyword | toolumina-h330-s72-l55 |
Contrast and classification
LightLightness4.10:1Contrast with white5.12:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#E24E98
White 30%#E975AF
White 70%#F5C4DD
White 90%#FCEBF4
Black 10%#C9347E
Black 30%#9C2962
Black 70%#43112A
Black 90%#16060E
Harmony palettes
Complementary
#20C573#56D395Analogous
#CB3A96#DF4482Triadic
#3A8CDF#8CDF3ASplit complementary
#48CF8C#1AA25EUsing Toolumina H330 S72 L55
Toolumina H330 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-h330-s72-l55: #df3a8c;
}
.button-primary {
background: var(--color-toolumina-h330-s72-l55);
color: #000000;
}
$toolumina-h330-s72-l55: #df3a8c;
// Tailwind arbitrary value
class="bg-[#df3a8c] text-white"