Toolumina Extended Palette
Copy-ready color values
HEX
#451EB8RGB
rgb(69, 30, 184)HSL
hsl(255, 72%, 42%)HSV
hsv(255, 84%, 72%)CMYK approx.
cmyk(63, 84, 0, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #451EB8 | |
| RGB | rgb(69, 30, 184) | |
| HSL | hsl(255, 72%, 42%) | |
| HSV | hsv(255, 84%, 72%) | |
| CMYK approx. | cmyk(63, 84, 0, 28) | |
| CSS keyword | toolumina-h255-s72-l42 |
Contrast and classification
DarkLightness9.86:1Contrast with white2.13:1Contrast with blackPurple / BlueColor family
Shade and tint preview
White 10%#5835BF
White 30%#7D62CD
White 70%#C7BCEA
White 90%#ECE9F8
Black 10%#3E1BA6
Black 30%#301581
Black 70%#150937
Black 90%#070312
Harmony palettes
Complementary
#BAE147#CBE873Analogous
#401EAA#4530A6Triadic
#1EB845#B8451ESplit complementary
#C6E668#99B93AUsing Toolumina H255 S72 L42
Toolumina H255 S72 L42 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-h255-s72-l42: #451eb8;
}
.button-primary {
background: var(--color-toolumina-h255-s72-l42);
color: #ffffff;
}
$toolumina-h255-s72-l42: #451eb8;
// Tailwind arbitrary value
class="bg-[#451eb8] text-white"