Toolumina Extended Palette
Copy-ready color values
HEX
#E8B5C2RGB
rgb(232, 181, 194)HSL
hsl(345, 53%, 81%)HSV
hsv(345, 22%, 91%)CMYK approx.
cmyk(0, 22, 16, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E8B5C2 | |
| RGB | rgb(232, 181, 194) | |
| HSL | hsl(345, 53%, 81%) | |
| HSV | hsv(345, 22%, 91%) | |
| CMYK approx. | cmyk(0, 22, 16, 9) | |
| CSS keyword | toolumina-h345-s52-l81 |
Contrast and classification
LightLightness1.78:1Contrast with white11.82:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EABCC8
White 30%#EFCBD4
White 70%#F8E9ED
White 90%#FDF8F9
Black 10%#D1A3AF
Black 30%#A27F88
Black 70%#46363A
Black 90%#171213
Harmony palettes
Complementary
#174A3D#4F756CAnalogous
#E2B5C7#E8B7C0Triadic
#B5C2E8#C2E8B5Split complementary
#416B60#133D32Using Toolumina H345 S52 L81
Toolumina H345 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-h345-s52-l81: #e8b5c2;
}
.button-primary {
background: var(--color-toolumina-h345-s52-l81);
color: #000000;
}
$toolumina-h345-s52-l81: #e8b5c2;
// Tailwind arbitrary value
class="bg-[#e8b5c2] text-white"