Toolumina Extended Palette
Copy-ready color values
HEX
#1E6BB8RGB
rgb(30, 107, 184)HSL
hsl(210, 72%, 42%)HSV
hsv(210, 84%, 72%)CMYK approx.
cmyk(84, 42, 0, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #1E6BB8 | |
| RGB | rgb(30, 107, 184) | |
| HSL | hsl(210, 72%, 42%) | |
| HSV | hsv(210, 84%, 72%) | |
| CMYK approx. | cmyk(84, 42, 0, 28) | |
| CSS keyword | toolumina-h210-s72-l42 |
Contrast and classification
DarkLightness5.45:1Contrast with white3.85:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#357ABF
White 30%#6297CD
White 70%#BCD3EA
White 90%#E9F0F8
Black 10%#1B60A6
Black 30%#154B81
Black 70%#092037
Black 90%#030B12
Harmony palettes
Complementary
#E19447#E8AE73Analogous
#276BA6#1E74AFTriadic
#6BB81E#B81E6BSplit complementary
#E6A768#B9793AUsing Toolumina H210 S72 L42
Toolumina H210 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-h210-s72-l42: #1e6bb8;
}
.button-primary {
background: var(--color-toolumina-h210-s72-l42);
color: #ffffff;
}
$toolumina-h210-s72-l42: #1e6bb8;
// Tailwind arbitrary value
class="bg-[#1e6bb8] text-white"