Toolumina Extended Palette
Copy-ready color values
HEX
#E8B5B5RGB
rgb(232, 181, 181)HSL
hsl(0, 53%, 81%)HSV
hsv(0, 22%, 91%)CMYK approx.
cmyk(0, 22, 22, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E8B5B5 | |
| RGB | rgb(232, 181, 181) | |
| HSL | hsl(0, 53%, 81%) | |
| HSV | hsv(0, 22%, 91%) | |
| CMYK approx. | cmyk(0, 22, 22, 9) | |
| CSS keyword | toolumina-h0-s52-l81 |
Contrast and classification
LightLightness1.79:1Contrast with white11.71:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EABCBC
White 30%#EFCBCB
White 70%#F8E9E9
White 90%#FDF8F8
Black 10%#D1A3A3
Black 30%#A27F7F
Black 70%#463636
Black 90%#171212
Harmony palettes
Complementary
#174A4A#4F7575Analogous
#E2B5BB#E8B5B5Triadic
#B5B5E8#B5E8B5Split complementary
#416B6B#133D3DUsing Toolumina H0 S52 L81
Toolumina H0 S52 L81 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-s52-l81: #e8b5b5;
}
.button-primary {
background: var(--color-toolumina-h0-s52-l81);
color: #000000;
}
$toolumina-h0-s52-l81: #e8b5b5;
// Tailwind arbitrary value
class="bg-[#e8b5b5] text-white"