Toolumina Extended Palette
Copy-ready color values
HEX
#D883C3RGB
rgb(216, 131, 195)HSL
hsl(315, 52%, 68%)HSV
hsv(315, 39%, 85%)CMYK approx.
cmyk(0, 39, 10, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #D883C3 | |
| RGB | rgb(216, 131, 195) | |
| HSL | hsl(315, 52%, 68%) | |
| HSV | hsv(315, 39%, 85%) | |
| CMYK approx. | cmyk(0, 39, 10, 15) | |
| CSS keyword | toolumina-h315-s52-l68 |
Contrast and classification
LightLightness2.64:1Contrast with white7.95:1Contrast with blackMagenta / PurpleColor family
Shade and tint preview
White 10%#DC8FC9
White 30%#E4A8D5
White 70%#F3DAED
White 90%#FBF3F9
Black 10%#C276B0
Black 30%#975C89
Black 70%#41273B
Black 90%#160D14
Harmony palettes
Complementary
#277C3C#5B9B6BAnalogous
#CE83C6#D88BBBTriadic
#83C3D8#C3D883Split complementary
#4E945F#206631Using Toolumina H315 S52 L68
Toolumina H315 S52 L68 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-l68: #d883c3;
}
.button-primary {
background: var(--color-toolumina-h315-s52-l68);
color: #000000;
}
$toolumina-h315-s52-l68: #d883c3;
// Tailwind arbitrary value
class="bg-[#d883c3] text-white"