Toolumina Extended Palette

Copy-ready color values

HEX#73E8CB
RGBrgb(115, 232, 203)
HSLhsl(165, 72%, 68%)
HSVhsv(165, 50%, 91%)
CMYK approx.cmyk(50, 0, 13, 9)

Color value table

FormatValueCopy
HEX#73E8CB
RGBrgb(115, 232, 203)
HSLhsl(165, 72%, 68%)
HSVhsv(165, 50%, 91%)
CMYK approx.cmyk(50, 0, 13, 9)
CSS keywordtoolumina-h165-s72-l68

Contrast and classification

LightLightness1.49:1Contrast with white14.13:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#81EAD0

White 30%
#9DEFDB

White 70%
#D5F8EF

White 90%
#F1FDFA

Black 10%
#68D1B7

Black 30%
#51A28E

Black 70%
#23463D

Black 90%
#0C1714

Harmony palettes

Complementary

#8C1734
#A84F65

Analogous

#81E8C0
#73E5CE

Triadic

#E8CB73
#CB73E8

Split complementary

#A14159
#73132B

Using Toolumina H165 S72 L68

Toolumina H165 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-h165-s72-l68: #73e8cb;
}

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

$toolumina-h165-s72-l68: #73e8cb;

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