Toolumina Extended Palette
Copy-ready color values
HEX
#8383D8RGB
rgb(131, 131, 216)HSL
hsl(240, 52%, 68%)HSV
hsv(240, 39%, 85%)CMYK approx.
cmyk(39, 39, 0, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #8383D8 | |
| RGB | rgb(131, 131, 216) | |
| HSL | hsl(240, 52%, 68%) | |
| HSV | hsv(240, 39%, 85%) | |
| CMYK approx. | cmyk(39, 39, 0, 15) | |
| CSS keyword | toolumina-h240-s52-l68 |
Contrast and classification
LightLightness3.39:1Contrast with white6.20:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#8F8FDC
White 30%#A8A8E4
White 70%#DADAF3
White 90%#F3F3FB
Black 10%#7676C2
Black 30%#5C5C97
Black 70%#272741
Black 90%#0D0D16
Harmony palettes
Complementary
#7C7C27#9B9B5BAnalogous
#8383CE#838DCETriadic
#83D883#D88383Split complementary
#94944E#666620Using Toolumina H240 S52 L68
Toolumina H240 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-h240-s52-l68: #8383d8;
}
.button-primary {
background: var(--color-toolumina-h240-s52-l68);
color: #000000;
}
$toolumina-h240-s52-l68: #8383d8;
// Tailwind arbitrary value
class="bg-[#8383d8] text-white"