Toolumina Extended Palette
Copy-ready color values
HEX
#E8B5CFRGB
rgb(232, 181, 207)HSL
hsl(329, 53%, 81%)HSV
hsv(329, 22%, 91%)CMYK approx.
cmyk(0, 22, 11, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E8B5CF | |
| RGB | rgb(232, 181, 207) | |
| HSL | hsl(329, 53%, 81%) | |
| HSV | hsv(329, 22%, 91%) | |
| CMYK approx. | cmyk(0, 22, 11, 9) | |
| CSS keyword | toolumina-h330-s52-l81 |
Contrast and classification
LightLightness1.76:1Contrast with white11.94:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EABCD4
White 30%#EFCBDD
White 70%#F8E9F1
White 90%#FDF8FA
Black 10%#D1A3BA
Black 30%#A27F91
Black 70%#46363E
Black 90%#171215
Harmony palettes
Complementary
#174A30#4F7562Analogous
#E2B5D2#E8B8CCTriadic
#B5CFE8#CFE8B5Split complementary
#416B55#133D27Using Toolumina H330 S52 L81
Toolumina H330 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-h330-s52-l81: #e8b5cf;
}
.button-primary {
background: var(--color-toolumina-h330-s52-l81);
color: #000000;
}
$toolumina-h330-s52-l81: #e8b5cf;
// Tailwind arbitrary value
class="bg-[#e8b5cf] text-white"