Toolumina Extended Palette
Copy-ready color values
HEX
#E873ADRGB
rgb(232, 115, 173)HSL
hsl(330, 72%, 68%)HSV
hsv(330, 50%, 91%)CMYK approx.
cmyk(0, 50, 25, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E873AD | |
| RGB | rgb(232, 115, 173) | |
| HSL | hsl(330, 72%, 68%) | |
| HSV | hsv(330, 50%, 91%) | |
| CMYK approx. | cmyk(0, 50, 25, 9) | |
| CSS keyword | toolumina-h330-s72-l68 |
Contrast and classification
LightLightness2.80:1Contrast with white7.49:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EA81B5
White 30%#EF9DC6
White 70%#F8D5E6
White 90%#FDF1F7
Black 10%#D1689C
Black 30%#A25179
Black 70%#462334
Black 90%#170C11
Harmony palettes
Complementary
#178C52#4FA87CAnalogous
#DA73B4#E87AA6Triadic
#73ADE8#ADE873Split complementary
#41A171#137343Using Toolumina H330 S72 L68
Toolumina H330 S72 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-s72-l68: #e873ad;
}
.button-primary {
background: var(--color-toolumina-h330-s72-l68);
color: #000000;
}
$toolumina-h330-s72-l68: #e873ad;
// Tailwind arbitrary value
class="bg-[#e873ad] text-white"