Toolumina Extended Palette
Copy-ready color values
HEX
#1EB892RGB
rgb(30, 184, 146)HSL
hsl(165, 72%, 42%)HSV
hsv(165, 84%, 72%)CMYK approx.
cmyk(84, 0, 21, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #1EB892 | |
| RGB | rgb(30, 184, 146) | |
| HSL | hsl(165, 72%, 42%) | |
| HSV | hsv(165, 84%, 72%) | |
| CMYK approx. | cmyk(84, 0, 21, 28) | |
| CSS keyword | toolumina-h165-s72-l42 |
Contrast and classification
DarkLightness2.52:1Contrast with white8.33:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#35BF9D
White 30%#62CDB3
White 70%#BCEADE
White 90%#E9F8F4
Black 10%#1BA683
Black 30%#158166
Black 70%#09372C
Black 90%#03120F
Harmony palettes
Complementary
#E1476D#E87390Analogous
#30B884#1EB397Triadic
#B8921E#921EB8Split complementary
#E66887#B93A59Using Toolumina H165 S72 L42
Toolumina H165 S72 L42 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-h165-s72-l42: #1eb892;
}
.button-primary {
background: var(--color-toolumina-h165-s72-l42);
color: #000000;
}
$toolumina-h165-s72-l42: #1eb892;
// Tailwind arbitrary value
class="bg-[#1eb892] text-white"