Toolumina Extended Palette

Copy-ready color values

HEX#6EC851
RGBrgb(110, 200, 81)
HSLhsl(105, 52%, 55%)
HSVhsv(105, 60%, 78%)
CMYK approx.cmyk(45, 0, 60, 22)

Color value table

FormatValueCopy
HEX#6EC851
RGBrgb(110, 200, 81)
HSLhsl(105, 52%, 55%)
HSVhsv(105, 60%, 78%)
CMYK approx.cmyk(45, 0, 60, 22)
CSS keywordtoolumina-h105-s52-l55

Contrast and classification

LightLightness2.09:1Contrast with white10.04:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#7DCE62

White 30%
#9AD985

White 70%
#D4EFCB

White 90%
#F1FAEE

Black 10%
#63B449

Black 30%
#4D8C39

Black 70%
#213C18

Black 90%
#0B1408

Harmony palettes

Complementary

#9137AE
#AB67C1

Analogous

#79C854
#6EBA5F

Triadic

#C8516E
#516EC8

Split complementary

#A55BBD
#772D8F

Using Toolumina H105 S52 L55

Toolumina H105 S52 L55 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-l55: #6ec851;
}

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

$toolumina-h105-s52-l55: #6ec851;

// Tailwind arbitrary value
class="bg-[#6ec851] text-white"