Toolumina Extended Palette
Copy-ready color values
HEX
#8398D8RGB
rgb(131, 152, 216)HSL
hsl(225, 52%, 68%)HSV
hsv(225, 39%, 85%)CMYK approx.
cmyk(39, 30, 0, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #8398D8 | |
| RGB | rgb(131, 152, 216) | |
| HSL | hsl(225, 52%, 68%) | |
| HSV | hsv(225, 39%, 85%) | |
| CMYK approx. | cmyk(39, 30, 0, 15) | |
| CSS keyword | toolumina-h225-s52-l68 |
Contrast and classification
LightLightness2.82:1Contrast with white7.45:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#8FA2DC
White 30%#A8B7E4
White 70%#DAE0F3
White 90%#F3F5FB
Black 10%#7689C2
Black 30%#5C6A97
Black 70%#272E41
Black 90%#0D0F16
Harmony palettes
Complementary
#7C6727#9B8B5BAnalogous
#8698CE#83A0D0Triadic
#98D883#D88398Split complementary
#94824E#665420Using Toolumina H225 S52 L68
Toolumina H225 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-h225-s52-l68: #8398d8;
}
.button-primary {
background: var(--color-toolumina-h225-s52-l68);
color: #000000;
}
$toolumina-h225-s52-l68: #8398d8;
// Tailwind arbitrary value
class="bg-[#8398d8] text-white"