Toolumina Extended Palette
Copy-ready color values
HEX
#E8B5E8RGB
rgb(232, 181, 232)HSL
hsl(300, 53%, 81%)HSV
hsv(300, 22%, 91%)CMYK approx.
cmyk(0, 22, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #E8B5E8 | |
| RGB | rgb(232, 181, 232) | |
| HSL | hsl(300, 53%, 81%) | |
| HSV | hsv(300, 22%, 91%) | |
| CMYK approx. | cmyk(0, 22, 0, 9) | |
| CSS keyword | toolumina-h300-s52-l81 |
Contrast and classification
LightLightness1.72:1Contrast with white12.21:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#EABCEA
White 30%#EFCBEF
White 70%#F8E9F8
White 90%#FDF8FD
Black 10%#D1A3D1
Black 30%#A27FA2
Black 70%#463646
Black 90%#171217
Harmony palettes
Complementary
#174A17#4F754FAnalogous
#E2B5E8#E8BBE2Triadic
#B5E8E8#E8E8B5Split complementary
#416B41#133D13Using Toolumina H300 S52 L81
Toolumina H300 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-h300-s52-l81: #e8b5e8;
}
.button-primary {
background: var(--color-toolumina-h300-s52-l81);
color: #000000;
}
$toolumina-h300-s52-l81: #e8b5e8;
// Tailwind arbitrary value
class="bg-[#e8b5e8] text-white"