Toolumina Extended Palette

Copy-ready color values

HEX#98D883
RGBrgb(152, 216, 131)
HSLhsl(105, 52%, 68%)
HSVhsv(105, 39%, 85%)
CMYK approx.cmyk(30, 0, 39, 15)

Color value table

FormatValueCopy
HEX#98D883
RGBrgb(152, 216, 131)
HSLhsl(105, 52%, 68%)
HSVhsv(105, 39%, 85%)
CMYK approx.cmyk(30, 0, 39, 15)
CSS keywordtoolumina-h105-s52-l68

Contrast and classification

LightLightness1.68:1Contrast with white12.49:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#A2DC8F

White 30%
#B7E4A8

White 70%
#E0F3DA

White 90%
#F5FBF3

Black 10%
#89C276

Black 30%
#6A975C

Black 70%
#2E4127

Black 90%
#0F160D

Harmony palettes

Complementary

#67277C
#8B5B9B

Analogous

#A0D886
#98CE8D

Triadic

#D88398
#8398D8

Split complementary

#824E94
#542066

Using Toolumina H105 S52 L68

Toolumina H105 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-h105-s52-l68: #98d883;
}

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

$toolumina-h105-s52-l68: #98d883;

// Tailwind arbitrary value
class="bg-[#98d883] text-white"