Toolumina Extended Palette
Copy-ready color values
HEX
#ACF1CFRGB
rgb(172, 241, 207)HSL
hsl(150, 71%, 81%)HSV
hsv(150, 29%, 95%)CMYK approx.
cmyk(29, 0, 14, 5)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #ACF1CF | |
| RGB | rgb(172, 241, 207) | |
| HSL | hsl(150, 71%, 81%) | |
| HSV | hsv(150, 29%, 95%) | |
| CMYK approx. | cmyk(29, 0, 14, 5) | |
| CSS keyword | toolumina-h150-s72-l81 |
Contrast and classification
LightLightness1.29:1Contrast with white16.24:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#B4F2D4
White 30%#C5F5DD
White 70%#E6FBF1
White 90%#F7FEFA
Black 10%#9BD9BA
Black 30%#78A991
Black 70%#34483E
Black 90%#111815
Harmony palettes
Complementary
#530E30#7C4862Analogous
#B4F1CB#ACEDD3Triadic
#F1CFAC#CFACF1Split complementary
#723955#440B27Using Toolumina H150 S72 L81
Toolumina H150 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-h150-s72-l81: #acf1cf;
}
.button-primary {
background: var(--color-toolumina-h150-s72-l81);
color: #000000;
}
$toolumina-h150-s72-l81: #acf1cf;
// Tailwind arbitrary value
class="bg-[#acf1cf] text-white"