Toolumina Extended Palette

Copy-ready color values

HEX#73E890
RGBrgb(115, 232, 144)
HSLhsl(135, 72%, 68%)
HSVhsv(135, 50%, 91%)
CMYK approx.cmyk(50, 0, 38, 9)

Color value table

FormatValueCopy
HEX#73E890
RGBrgb(115, 232, 144)
HSLhsl(135, 72%, 68%)
HSVhsv(135, 50%, 91%)
CMYK approx.cmyk(50, 0, 38, 9)
CSS keywordtoolumina-h135-s72-l68

Contrast and classification

LightLightness1.54:1Contrast with white13.67:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#81EA9B

White 30%
#9DEFB1

White 70%
#D5F8DE

White 90%
#F1FDF4

Black 10%
#68D182

Black 30%
#51A265

Black 70%
#23462B

Black 90%
#0C170E

Harmony palettes

Complementary

#8C176F
#A84F92

Analogous

#81E88D
#73DD9B

Triadic

#E89073
#9073E8

Split complementary

#A14189
#73135B

Using Toolumina H135 S72 L68

Toolumina H135 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-h135-s72-l68: #73e890;
}

.button-primary {
  background: var(--color-toolumina-h135-s72-l68);
  color: #000000;
}

$toolumina-h135-s72-l68: #73e890;

// Tailwind arbitrary value
class="bg-[#73e890] text-white"