Toolumina Extended Palette
Copy-ready color values
HEX
#3ADFB6RGB
rgb(58, 223, 182)HSL
hsl(165, 72%, 55%)HSV
hsv(165, 74%, 87%)CMYK approx.
cmyk(74, 0, 18, 13)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #3ADFB6 | |
| RGB | rgb(58, 223, 182) | |
| HSL | hsl(165, 72%, 55%) | |
| HSV | hsv(165, 74%, 87%) | |
| CMYK approx. | cmyk(74, 0, 18, 13) | |
| CSS keyword | toolumina-h165-s72-l55 |
Contrast and classification
LightLightness1.69:1Contrast with white12.41:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#4EE2BD
White 30%#75E9CC
White 70%#C4F5E9
White 90%#EBFCF8
Black 10%#34C9A4
Black 30%#299C7F
Black 70%#114337
Black 90%#061612
Harmony palettes
Complementary
#C52049#D35675Analogous
#4EDFA7#3ADABBTriadic
#DFB63A#B63ADFSplit complementary
#CF486A#A21A3CUsing Toolumina H165 S72 L55
Toolumina H165 S72 L55 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-h165-s72-l55: #3adfb6;
}
.button-primary {
background: var(--color-toolumina-h165-s72-l55);
color: #000000;
}
$toolumina-h165-s72-l55: #3adfb6;
// Tailwind arbitrary value
class="bg-[#3adfb6] text-white"