Toolumina Extended Palette
Copy-ready color values
HEX
#E87373RGB
rgb(232, 115, 115)HSL
hsl(0, 72%, 68%)HSV
hsv(0, 50%, 91%)CMYK approx.
cmyk(0, 50, 50, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E87373 | |
| RGB | rgb(232, 115, 115) | |
| HSL | hsl(0, 72%, 68%) | |
| HSV | hsv(0, 50%, 91%) | |
| CMYK approx. | cmyk(0, 50, 50, 9) | |
| CSS keyword | toolumina-h0-s72-l68 |
Contrast and classification
LightLightness2.94:1Contrast with white7.13:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EA8181
White 30%#EF9D9D
White 70%#F8D5D5
White 90%#FDF1F1
Black 10%#D16868
Black 30%#A25151
Black 70%#462323
Black 90%#170C0C
Harmony palettes
Complementary
#178C8C#4FA8A8Analogous
#DA7381#E87373Triadic
#7373E8#73E873Split complementary
#41A1A1#137373Using Toolumina H0 S72 L68
Toolumina H0 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-h0-s72-l68: #e87373;
}
.button-primary {
background: var(--color-toolumina-h0-s72-l68);
color: #000000;
}
$toolumina-h0-s72-l68: #e87373;
// Tailwind arbitrary value
class="bg-[#e87373] text-white"