Toolumina Extended Palette
Copy-ready color values
HEX
#E8B5DBRGB
rgb(232, 181, 219)HSL
hsl(315, 53%, 81%)HSV
hsv(315, 22%, 91%)CMYK approx.
cmyk(0, 22, 6, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E8B5DB | |
| RGB | rgb(232, 181, 219) | |
| HSL | hsl(315, 53%, 81%) | |
| HSV | hsv(315, 22%, 91%) | |
| CMYK approx. | cmyk(0, 22, 6, 9) | |
| CSS keyword | toolumina-h315-s52-l81 |
Contrast and classification
LightLightness1.74:1Contrast with white12.06:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EABCDF
White 30%#EFCBE6
White 70%#F8E9F4
White 90%#FDF8FB
Black 10%#D1A3C5
Black 30%#A27F99
Black 70%#463642
Black 90%#171216
Harmony palettes
Complementary
#174A24#4F7559Analogous
#E2B5DD#E8BAD6Triadic
#B5DBE8#DBE8B5Split complementary
#416B4B#133D1EUsing Toolumina H315 S52 L81
Toolumina H315 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-h315-s52-l81: #e8b5db;
}
.button-primary {
background: var(--color-toolumina-h315-s52-l81);
color: #000000;
}
$toolumina-h315-s52-l81: #e8b5db;
// Tailwind arbitrary value
class="bg-[#e8b5db] text-white"