Toolumina Extended Palette
Copy-ready color values
HEX
#D883ADRGB
rgb(216, 131, 173)HSL
hsl(330, 52%, 68%)HSV
hsv(330, 39%, 85%)CMYK approx.
cmyk(0, 39, 20, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #D883AD | |
| RGB | rgb(216, 131, 173) | |
| HSL | hsl(330, 52%, 68%) | |
| HSV | hsv(330, 39%, 85%) | |
| CMYK approx. | cmyk(0, 39, 20, 15) | |
| CSS keyword | toolumina-h330-s52-l68 |
Contrast and classification
LightLightness2.70:1Contrast with white7.77:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#DC8FB5
White 30%#E4A8C6
White 70%#F3DAE6
White 90%#FBF3F7
Black 10%#C2769C
Black 30%#975C79
Black 70%#412734
Black 90%#160D11
Harmony palettes
Complementary
#277C52#5B9B7CAnalogous
#CE83B2#D888A8Triadic
#83ADD8#ADD883Split complementary
#4E9471#206643Using Toolumina H330 S52 L68
Toolumina H330 S52 L68 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-l68: #d883ad;
}
.button-primary {
background: var(--color-toolumina-h330-s52-l68);
color: #000000;
}
$toolumina-h330-s52-l68: #d883ad;
// Tailwind arbitrary value
class="bg-[#d883ad] text-white"