Toolumina Extended Palette

Copy-ready color values

HEX#83D898
RGBrgb(131, 216, 152)
HSLhsl(135, 52%, 68%)
HSVhsv(135, 39%, 85%)
CMYK approx.cmyk(39, 0, 30, 15)

Color value table

FormatValueCopy
HEX#83D898
RGBrgb(131, 216, 152)
HSLhsl(135, 52%, 68%)
HSVhsv(135, 39%, 85%)
CMYK approx.cmyk(39, 0, 30, 15)
CSS keywordtoolumina-h135-s52-l68

Contrast and classification

LightLightness1.72:1Contrast with white12.24:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#8FDCA2

White 30%
#A8E4B7

White 70%
#DAF3E0

White 90%
#F3FBF5

Black 10%
#76C289

Black 30%
#5C976A

Black 70%
#27412E

Black 90%
#0D160F

Harmony palettes

Complementary

#7C2767
#9B5B8B

Analogous

#8DD895
#83D0A0

Triadic

#D89883
#9883D8

Split complementary

#944E82
#662054

Using Toolumina H135 S52 L68

Toolumina H135 S52 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-s52-l68: #83d898;
}

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

$toolumina-h135-s52-l68: #83d898;

// Tailwind arbitrary value
class="bg-[#83d898] text-white"