Toolumina Extended Palette
Copy-ready color values
HEX
#73E8E8RGB
rgb(115, 232, 232)HSL
hsl(180, 72%, 68%)HSV
hsv(180, 50%, 91%)CMYK approx.
cmyk(50, 0, 0, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #73E8E8 | |
| RGB | rgb(115, 232, 232) | |
| HSL | hsl(180, 72%, 68%) | |
| HSV | hsv(180, 50%, 91%) | |
| CMYK approx. | cmyk(50, 0, 0, 9) | |
| CSS keyword | toolumina-h180-s72-l68 |
Contrast and classification
LightLightness1.45:1Contrast with white14.44:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#81EAEA
White 30%#9DEFEF
White 70%#D5F8F8
White 90%#F1FDFD
Black 10%#68D1D1
Black 30%#51A2A2
Black 70%#234646
Black 90%#0C1717
Harmony palettes
Complementary
#8C1717#A84F4FAnalogous
#81E8DA#73E8E8Triadic
#E8E873#E873E8Split complementary
#A14141#731313Using Toolumina H180 S72 L68
Toolumina H180 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-h180-s72-l68: #73e8e8;
}
.button-primary {
background: var(--color-toolumina-h180-s72-l68);
color: #000000;
}
$toolumina-h180-s72-l68: #73e8e8;
// Tailwind arbitrary value
class="bg-[#73e8e8] text-white"