Toolumina Extended Palette
Copy-ready color values
HEX
#DF3A63RGB
rgb(223, 58, 99)HSL
hsl(345, 72%, 55%)HSV
hsv(345, 74%, 87%)CMYK approx.
cmyk(0, 74, 56, 13)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #DF3A63 | |
| RGB | rgb(223, 58, 99) | |
| HSL | hsl(345, 72%, 55%) | |
| HSV | hsv(345, 74%, 87%) | |
| CMYK approx. | cmyk(0, 74, 56, 13) | |
| CSS keyword | toolumina-h345-s72-l55 |
Contrast and classification
LightLightness4.27:1Contrast with white4.92:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#E24E73
White 30%#E97592
White 70%#F5C4D0
White 90%#FCEBEF
Black 10%#C93459
Black 30%#9C2945
Black 70%#43111E
Black 90%#16060A
Harmony palettes
Complementary
#20C59C#56D3B4Analogous
#CB3A72#DF3F5ETriadic
#3A63DF#63DF3ASplit complementary
#48CFAE#1AA280Using Toolumina H345 S72 L55
Toolumina H345 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-h345-s72-l55: #df3a63;
}
.button-primary {
background: var(--color-toolumina-h345-s72-l55);
color: #000000;
}
$toolumina-h345-s72-l55: #df3a63;
// Tailwind arbitrary value
class="bg-[#df3a63] text-white"