Toolumina Extended Palette

Copy-ready color values

HEX#A38733
RGBrgb(163, 135, 51)
HSLhsl(45, 52%, 42%)
HSVhsv(45, 69%, 64%)
CMYK approx.cmyk(0, 17, 69, 36)

Color value table

FormatValueCopy
HEX#A38733
RGBrgb(163, 135, 51)
HSLhsl(45, 52%, 42%)
HSVhsv(45, 69%, 64%)
CMYK approx.cmyk(0, 17, 69, 36)
CSS keywordtoolumina-h45-s52-l42

Contrast and classification

DarkLightness3.46:1Contrast with white6.07:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#AC9347

White 30%
#BFAB70

White 70%
#E3DBC2

White 90%
#F6F3EB

Black 10%
#937A2E

Black 30%
#725F24

Black 70%
#31290F

Black 90%
#100E05

Harmony palettes

Complementary

#5C78CC
#8398D8

Analogous

#A08740
#A37D3D

Triadic

#8733A3
#33A387

Split complementary

#7990D5
#4B62A7

Using Toolumina H45 S52 L42

Toolumina H45 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-h45-s52-l42: #a38733;
}

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

$toolumina-h45-s52-l42: #a38733;

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