Toolumina Extended Palette
Copy-ready color values
HEX
#51AAC8RGB
rgb(81, 170, 200)HSL
hsl(195, 52%, 55%)HSV
hsv(195, 60%, 78%)CMYK approx.
cmyk(60, 15, 0, 22)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #51AAC8 | |
| RGB | rgb(81, 170, 200) | |
| HSL | hsl(195, 52%, 55%) | |
| HSV | hsv(195, 60%, 78%) | |
| CMYK approx. | cmyk(60, 15, 0, 22) | |
| CSS keyword | toolumina-h195-s52-l55 |
Contrast and classification
LightLightness2.65:1Contrast with white7.93:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#62B3CE
White 30%#85C4D9
White 70%#CBE6EF
White 90%#EEF7FA
Black 10%#4999B4
Black 30%#39778C
Black 70%#18333C
Black 90%#081114
Harmony palettes
Complementary
#AE5537#C17E67Analogous
#5CAABA#51AEC4Triadic
#AAC851#C851AASplit complementary
#BD745B#8F462DUsing Toolumina H195 S52 L55
Toolumina H195 S52 L55 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-l55: #51aac8;
}
.button-primary {
background: var(--color-toolumina-h195-s52-l55);
color: #000000;
}
$toolumina-h195-s52-l55: #51aac8;
// Tailwind arbitrary value
class="bg-[#51aac8] text-white"