Toolumina Extended Palette
Copy-ready color values
HEX
#B5DBE8RGB
rgb(181, 219, 232)HSL
hsl(195, 53%, 81%)HSV
hsv(195, 22%, 91%)CMYK approx.
cmyk(22, 6, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B5DBE8 | |
| RGB | rgb(181, 219, 232) | |
| HSL | hsl(195, 53%, 81%) | |
| HSV | hsv(195, 22%, 91%) | |
| CMYK approx. | cmyk(22, 6, 0, 9) | |
| CSS keyword | toolumina-h195-s52-l81 |
Contrast and classification
LightLightness1.47:1Contrast with white14.26:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#BCDFEA
White 30%#CBE6EF
White 70%#E9F4F8
White 90%#F8FBFD
Black 10%#A3C5D1
Black 30%#7F99A2
Black 70%#364246
Black 90%#121617
Harmony palettes
Complementary
#4A2417#75594FAnalogous
#BADBE2#B5DDE6Triadic
#DBE8B5#E8B5DBSplit complementary
#6B4B41#3D1E13Using Toolumina H195 S52 L81
Toolumina H195 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-h195-s52-l81: #b5dbe8;
}
.button-primary {
background: var(--color-toolumina-h195-s52-l81);
color: #000000;
}
$toolumina-h195-s52-l81: #b5dbe8;
// Tailwind arbitrary value
class="bg-[#b5dbe8] text-white"