Toolumina Extended Palette
Copy-ready color values
HEX
#ADD883RGB
rgb(173, 216, 131)HSL
hsl(90, 52%, 68%)HSV
hsv(90, 39%, 85%)CMYK approx.
cmyk(20, 0, 39, 15)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #ADD883 | |
| RGB | rgb(173, 216, 131) | |
| HSL | hsl(90, 52%, 68%) | |
| HSV | hsv(90, 39%, 85%) | |
| CMYK approx. | cmyk(20, 0, 39, 15) | |
| CSS keyword | toolumina-h90-s52-l68 |
Contrast and classification
LightLightness1.62:1Contrast with white12.93:1Contrast with blackYellow / GreenColor family
Shade and tint preview
White 10%#B5DC8F
White 30%#C6E4A8
White 70%#E6F3DA
White 90%#F7FBF3
Black 10%#9CC276
Black 30%#79975C
Black 70%#344127
Black 90%#11160D
Harmony palettes
Complementary
#52277C#7C5B9BAnalogous
#B2D888#ADCE8DTriadic
#D883AD#83ADD8Split complementary
#714E94#432066Using Toolumina H90 S52 L68
Toolumina H90 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-h90-s52-l68: #add883;
}
.button-primary {
background: var(--color-toolumina-h90-s52-l68);
color: #000000;
}
$toolumina-h90-s52-l68: #add883;
// Tailwind arbitrary value
class="bg-[#add883] text-white"