HueWiz / Colors / Sienna
#A0522D

Sienna

Sienna is a moderately saturated, dark warm orange (#A0522D).

Build palettes with Sienna →

Using Sienna in your designs

Sienna is a dark, moderately saturated take on orange. Colors in this range are commonly associated with enthusiasm, friendliness and affordability, which makes sienna a natural fit for playful brands, food products and secondary calls to action.

With a 5.62:1 contrast ratio against white, sienna is dark enough to carry white text at any size — use it confidently for buttons, headers and filled UI elements. Against black text it manages 3.74:1, so stick with white type on sienna surfaces.

For pairings, the complement of sienna sits at 199° — #2D7B9F, close to steelblue — and delivers the strongest possible hue contrast; use it sparingly, in roughly a 90/10 split, so the two don't fight. For calmer schemes, the analogous colors 30° to either side keep the same warm temperature, while the triadic pair gives you a balanced three-color palette. All of these are computed for sienna in the palettes below, with copy-ready codes.

Sienna color palettes

Every palette below is computed from sienna's position on the color wheel (hue 19°). Hover any swatch to see its code; click to copy.

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Sienna

Tints mix sienna toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.

Shades → base → tints

Contrast & accessibility

WCAG 2.1 requires 4.5:1 for normal text (AA) and 3:1 for large text. Here's how sienna performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).

PairingRatioNormal textLarge text
White text on Sienna5.62:1AAAAA
Black text on Sienna3.74:1FailAA
Protanopia#7E7E36
Deuteranopia#838938
Tritanopia#9C3D3F

Sienna in code

Copy-ready snippets. In CSS you can also use the keyword sienna directly.

:root {
  --sienna: #A0522D;
  --sienna-rgb: 160, 82, 45;
  --sienna-tint: #CBA08C;
  --sienna-shade: #582D19;
}

.btn-sienna {
  background: var(--sienna);
  color: #ffffff;
}
// tailwind.config.js
colors: {
  'sienna': {
    DEFAULT: '#A0522D',
    light: '#CBA08C',
    dark: '#582D19',
  },
}

Colors similar to Sienna

The closest CSS named colors by perceptual (Lab) distance.

← PreviousseashellNext →silver
Copied