Toolumina Extended Palette
Copy-ready color values
HEX
#ACCFF1RGB
rgb(172, 207, 241)HSL
hsl(210, 71%, 81%)HSV
hsv(210, 29%, 95%)CMYK approx.
cmyk(29, 14, 0, 5)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #ACCFF1 | |
| RGB | rgb(172, 207, 241) | |
| HSL | hsl(210, 71%, 81%) | |
| HSV | hsv(210, 29%, 95%) | |
| CMYK approx. | cmyk(29, 14, 0, 5) | |
| CSS keyword | toolumina-h210-s72-l81 |
Contrast and classification
LightLightness1.62:1Contrast with white12.95:1Contrast with blackBlue / CyanColor family
Shade and tint preview
White 10%#B4D4F2
White 30%#C5DDF5
White 70%#E6F1FB
White 90%#F7FAFE
Black 10%#9BBAD9
Black 30%#7891A9
Black 70%#343E48
Black 90%#111518
Harmony palettes
Complementary
#53300E#7C6248Analogous
#B0CFE9#ACD3EDTriadic
#CFF1AC#F1ACCFSplit complementary
#725539#44270BUsing Toolumina H210 S72 L81
Toolumina H210 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-h210-s72-l81: #accff1;
}
.button-primary {
background: var(--color-toolumina-h210-s72-l81);
color: #000000;
}
$toolumina-h210-s72-l81: #accff1;
// Tailwind arbitrary value
class="bg-[#accff1] text-white"