Toolumina Extended Palette
Copy-ready color values
HEX
#ACE0F1RGB
rgb(172, 224, 241)HSL
hsl(195, 71%, 81%)HSV
hsv(195, 29%, 95%)CMYK approx.
cmyk(29, 7, 0, 5)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #ACE0F1 | |
| RGB | rgb(172, 224, 241) | |
| HSL | hsl(195, 71%, 81%) | |
| HSV | hsv(195, 29%, 95%) | |
| CMYK approx. | cmyk(29, 7, 0, 5) | |
| CSS keyword | toolumina-h195-s72-l81 |
Contrast and classification
LightLightness1.43:1Contrast with white14.69:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#B4E3F2
White 30%#C5E9F5
White 70%#E6F6FB
White 90%#F7FCFE
Black 10%#9BCAD9
Black 30%#789DA9
Black 70%#344348
Black 90%#111618
Harmony palettes
Complementary
#531F0E#7C5548Analogous
#B2E0E9#ACE2EFTriadic
#E0F1AC#F1ACE0Split complementary
#724739#44190BUsing Toolumina H195 S72 L81
Toolumina H195 S72 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-s72-l81: #ace0f1;
}
.button-primary {
background: var(--color-toolumina-h195-s72-l81);
color: #000000;
}
$toolumina-h195-s72-l81: #ace0f1;
// Tailwind arbitrary value
class="bg-[#ace0f1] text-white"