Toolumina Extended Palette
Copy-ready color values
HEX
#E873CBRGB
rgb(232, 115, 203)HSL
hsl(315, 72%, 68%)HSV
hsv(315, 50%, 91%)CMYK approx.
cmyk(0, 50, 13, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E873CB | |
| RGB | rgb(232, 115, 203) | |
| HSL | hsl(315, 72%, 68%) | |
| HSV | hsv(315, 50%, 91%) | |
| CMYK approx. | cmyk(0, 50, 13, 9) | |
| CSS keyword | toolumina-h315-s72-l68 |
Contrast and classification
LightLightness2.71:1Contrast with white7.75:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EA81D0
White 30%#EF9DDB
White 70%#F8D5EF
White 90%#FDF1FA
Black 10%#D168B7
Black 30%#A2518E
Black 70%#46233D
Black 90%#170C14
Harmony palettes
Complementary
#178C34#4FA865Analogous
#DA73CE#E87EC0Triadic
#73CBE8#CBE873Split complementary
#41A159#13732BUsing Toolumina H315 S72 L68
Toolumina H315 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-h315-s72-l68: #e873cb;
}
.button-primary {
background: var(--color-toolumina-h315-s72-l68);
color: #000000;
}
$toolumina-h315-s72-l68: #e873cb;
// Tailwind arbitrary value
class="bg-[#e873cb] text-white"