Toolumina Extended Palette

Copy-ready color values

HEX#A34F33
RGBrgb(163, 79, 51)
HSLhsl(15, 52%, 42%)
HSVhsv(15, 69%, 64%)
CMYK approx.cmyk(0, 52, 69, 36)

Color value table

FormatValueCopy
HEX#A34F33
RGBrgb(163, 79, 51)
HSLhsl(15, 52%, 42%)
HSVhsv(15, 69%, 64%)
CMYK approx.cmyk(0, 52, 69, 36)
CSS keywordtoolumina-h15-s52-l42

Contrast and classification

DarkLightness5.64:1Contrast with white3.72:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#AC6147

White 30%
#BF8470

White 70%
#E3CAC2

White 90%
#F6EDEB

Black 10%
#93472E

Black 30%
#723724

Black 70%
#31180F

Black 90%
#100805

Harmony palettes

Complementary

#5CB0CC
#83C3D8

Analogous

#994F40
#A34C36

Triadic

#4F33A3
#33A34F

Split complementary

#79BED5
#4B90A7

Using Toolumina H15 S52 L42

Toolumina H15 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-h15-s52-l42: #a34f33;
}

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

$toolumina-h15-s52-l42: #a34f33;

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