Toolumina Extended Palette
Copy-ready color values
HEX
#AD83D8RGB
rgb(173, 131, 216)HSL
hsl(270, 52%, 68%)HSV
hsv(270, 39%, 85%)CMYK approx.
cmyk(20, 39, 0, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #AD83D8 | |
| RGB | rgb(173, 131, 216) | |
| HSL | hsl(270, 52%, 68%) | |
| HSV | hsv(270, 39%, 85%) | |
| CMYK approx. | cmyk(20, 39, 0, 15) | |
| CSS keyword | toolumina-h270-s52-l68 |
Contrast and classification
LightLightness2.99:1Contrast with white7.01:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#B58FDC
White 30%#C6A8E4
White 70%#E6DAF3
White 90%#F7F3FB
Black 10%#9C76C2
Black 30%#795C97
Black 70%#342741
Black 90%#110D16
Harmony palettes
Complementary
#527C27#7C9B5BAnalogous
#A883D3#AD8DCETriadic
#83D8AD#D8AD83Split complementary
#71944E#436620Using Toolumina H270 S52 L68
Toolumina H270 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-h270-s52-l68: #ad83d8;
}
.button-primary {
background: var(--color-toolumina-h270-s52-l68);
color: #000000;
}
$toolumina-h270-s52-l68: #ad83d8;
// Tailwind arbitrary value
class="bg-[#ad83d8] text-white"