Toolumina Extended Palette
Copy-ready color values
HEX
#B5CFE8RGB
rgb(181, 207, 232)HSL
hsl(209, 53%, 81%)HSV
hsv(209, 22%, 91%)CMYK approx.
cmyk(22, 11, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B5CFE8 | |
| RGB | rgb(181, 207, 232) | |
| HSL | hsl(209, 53%, 81%) | |
| HSV | hsv(209, 22%, 91%) | |
| CMYK approx. | cmyk(22, 11, 0, 9) | |
| CSS keyword | toolumina-h210-s52-l81 |
Contrast and classification
LightLightness1.61:1Contrast with white13.06:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#BCD4EA
White 30%#CBDDEF
White 70%#E9F1F8
White 90%#F8FAFD
Black 10%#A3BAD1
Black 30%#7F91A2
Black 70%#363E46
Black 90%#121517
Harmony palettes
Complementary
#4A3017#75624FAnalogous
#B8CFE2#B5D2E5Triadic
#CFE8B5#E8B5CFSplit complementary
#6B5541#3D2713Using Toolumina H210 S52 L81
Toolumina H210 S52 L81 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-h210-s52-l81: #b5cfe8;
}
.button-primary {
background: var(--color-toolumina-h210-s52-l81);
color: #000000;
}
$toolumina-h210-s52-l81: #b5cfe8;
// Tailwind arbitrary value
class="bg-[#b5cfe8] text-white"