Toolumina Extended Palette
Copy-ready color values
HEX
#83D883RGB
rgb(131, 216, 131)HSL
hsl(120, 52%, 68%)HSV
hsv(120, 39%, 85%)CMYK approx.
cmyk(39, 0, 39, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #83D883 | |
| RGB | rgb(131, 216, 131) | |
| HSL | hsl(120, 52%, 68%) | |
| HSV | hsv(120, 39%, 85%) | |
| CMYK approx. | cmyk(39, 0, 39, 15) | |
| CSS keyword | toolumina-h120-s52-l68 |
Contrast and classification
LightLightness1.73:1Contrast with white12.12:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#8FDC8F
White 30%#A8E4A8
White 70%#DAF3DA
White 90%#F3FBF3
Black 10%#76C276
Black 30%#5C975C
Black 70%#274127
Black 90%#0D160D
Harmony palettes
Complementary
#7C277C#9B5B9BAnalogous
#8DD883#83CE8DTriadic
#D88383#8383D8Split complementary
#944E94#662066Using Toolumina H120 S52 L68
Toolumina H120 S52 L68 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-h120-s52-l68: #83d883;
}
.button-primary {
background: var(--color-toolumina-h120-s52-l68);
color: #000000;
}
$toolumina-h120-s52-l68: #83d883;
// Tailwind arbitrary value
class="bg-[#83d883] text-white"