Toolumina Extended Palette

Copy-ready color values

HEX#AAC851
RGBrgb(170, 200, 81)
HSLhsl(75, 52%, 55%)
HSVhsv(75, 60%, 78%)
CMYK approx.cmyk(15, 0, 60, 22)

Color value table

FormatValueCopy
HEX#AAC851
RGBrgb(170, 200, 81)
HSLhsl(75, 52%, 55%)
HSVhsv(75, 60%, 78%)
CMYK approx.cmyk(15, 0, 60, 22)
CSS keywordtoolumina-h75-s52-l55

Contrast and classification

LightLightness1.89:1Contrast with white11.09:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#B3CE62

White 30%
#C4D985

White 70%
#E6EFCB

White 90%
#F7FAEE

Black 10%
#99B449

Black 30%
#778C39

Black 70%
#333C18

Black 90%
#111408

Harmony palettes

Complementary

#5537AE
#7E67C1

Analogous

#AEC85C
#AABA5F

Triadic

#C851AA
#51AAC8

Split complementary

#745BBD
#462D8F

Using Toolumina H75 S52 L55

Toolumina H75 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-h75-s52-l55: #aac851;
}

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

$toolumina-h75-s52-l55: #aac851;

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