Toolumina Extended Palette
Copy-ready color values
HEX
#73E8ADRGB
rgb(115, 232, 173)HSL
hsl(150, 72%, 68%)HSV
hsv(150, 50%, 91%)CMYK approx.
cmyk(50, 0, 25, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #73E8AD | |
| RGB | rgb(115, 232, 173) | |
| HSL | hsl(150, 72%, 68%) | |
| HSV | hsv(150, 50%, 91%) | |
| CMYK approx. | cmyk(50, 0, 25, 9) | |
| CSS keyword | toolumina-h150-s72-l68 |
Contrast and classification
LightLightness1.51:1Contrast with white13.88:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#81EAB5
White 30%#9DEFC6
White 70%#D5F8E6
White 90%#F1FDF7
Black 10%#68D19C
Black 30%#51A279
Black 70%#234634
Black 90%#0C1711
Harmony palettes
Complementary
#8C1752#A84F7CAnalogous
#81E8A6#73E1B4Triadic
#E8AD73#AD73E8Split complementary
#A14171#731343Using Toolumina H150 S72 L68
Toolumina H150 S72 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-h150-s72-l68: #73e8ad;
}
.button-primary {
background: var(--color-toolumina-h150-s72-l68);
color: #000000;
}
$toolumina-h150-s72-l68: #73e8ad;
// Tailwind arbitrary value
class="bg-[#73e8ad] text-white"