Toolumina Extended Palette

Copy-ready color values

HEX#6BA333
RGBrgb(107, 163, 51)
HSLhsl(90, 52%, 42%)
HSVhsv(90, 69%, 64%)
CMYK approx.cmyk(34, 0, 69, 36)

Color value table

FormatValueCopy
HEX#6BA333
RGBrgb(107, 163, 51)
HSLhsl(90, 52%, 42%)
HSVhsv(90, 69%, 64%)
CMYK approx.cmyk(34, 0, 69, 36)
CSS keywordtoolumina-h90-s52-l42

Contrast and classification

DarkLightness3.04:1Contrast with white6.91:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#7AAC47

White 30%
#97BF70

White 70%
#D3E3C2

White 90%
#F0F6EB

Black 10%
#60932E

Black 30%
#4B7224

Black 70%
#20310F

Black 90%
#0B1005

Harmony palettes

Complementary

#945CCC
#AE83D8

Analogous

#72A33A
#6B9640

Triadic

#A3336B
#336BA3

Split complementary

#A779D5
#794BA7

Using Toolumina H90 S52 L42

Toolumina H90 S52 L42 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-h90-s52-l42: #6ba333;
}

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

$toolumina-h90-s52-l42: #6ba333;

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