Toolumina Extended Palette
Copy-ready color values
HEX
#83D898RGB
rgb(131, 216, 152)HSL
hsl(135, 52%, 68%)HSV
hsv(135, 39%, 85%)CMYK approx.
cmyk(39, 0, 30, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #83D898 | |
| RGB | rgb(131, 216, 152) | |
| HSL | hsl(135, 52%, 68%) | |
| HSV | hsv(135, 39%, 85%) | |
| CMYK approx. | cmyk(39, 0, 30, 15) | |
| CSS keyword | toolumina-h135-s52-l68 |
Contrast and classification
LightLightness1.72:1Contrast with white12.24:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#8FDCA2
White 30%#A8E4B7
White 70%#DAF3E0
White 90%#F3FBF5
Black 10%#76C289
Black 30%#5C976A
Black 70%#27412E
Black 90%#0D160F
Harmony palettes
Complementary
#7C2767#9B5B8BAnalogous
#8DD895#83D0A0Triadic
#D89883#9883D8Split complementary
#944E82#662054Using Toolumina H135 S52 L68
Toolumina H135 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-h135-s52-l68: #83d898;
}
.button-primary {
background: var(--color-toolumina-h135-s52-l68);
color: #000000;
}
$toolumina-h135-s52-l68: #83d898;
// Tailwind arbitrary value
class="bg-[#83d898] text-white"