Toolumina Extended Palette
Copy-ready color values
HEX
#336BA3RGB
rgb(51, 107, 163)HSL
hsl(210, 52%, 42%)HSV
hsv(210, 69%, 64%)CMYK approx.
cmyk(69, 34, 0, 36)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #336BA3 | |
| RGB | rgb(51, 107, 163) | |
| HSL | hsl(210, 52%, 42%) | |
| HSV | hsv(210, 69%, 64%) | |
| CMYK approx. | cmyk(69, 34, 0, 36) | |
| CSS keyword | toolumina-h210-s52-l42 |
Contrast and classification
DarkLightness5.57:1Contrast with white3.77:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#477AAC
White 30%#7097BF
White 70%#C2D3E3
White 90%#EBF0F6
Black 10%#2E6093
Black 30%#244B72
Black 70%#0F2031
Black 90%#050B10
Harmony palettes
Complementary
#CC945C#D8AE83Analogous
#3A6B96#33729CTriadic
#6BA333#A3336BSplit complementary
#D5A779#A7794BUsing Toolumina H210 S52 L42
Toolumina H210 S52 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-h210-s52-l42: #336ba3;
}
.button-primary {
background: var(--color-toolumina-h210-s52-l42);
color: #ffffff;
}
$toolumina-h210-s52-l42: #336ba3;
// Tailwind arbitrary value
class="bg-[#336ba3] text-white"