Skip to main content

Saddle Brown

#8B4513·brown family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Saddle Brown (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#8B4513
RGB
rgb(139, 69, 19)
HSL
hsl(25, 76%, 31%)
OKLCH
oklch(0.471 0.112 51)
CMYK
cmyk(0%, 50%, 86%, 45%)
Luminance:0.0979
CSS var:--color-saddle-brown
Tailwind:bg-[#8B4513]

Accessibility

Score: 71/100

On White (#FFF)

7.1:1

AAA

On Black (#000)

2.96:1

Fail

On Light Gray (#F5F5F5)

6.51:1

AA

Best text color on this background:

white7.10:1
Open in Contrast Checker →

Design Applications

Background

background-color: #8B4513

Text Color

color: #8B4513

bg-[#8B4513] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #8B4513

Color Meaning & Psychology

Brown is the color of earth, wood, and food — the most organic color in the spectrum. It conveys honesty, dependability, and unpretentiousness. Unlike the engineered precision of black, brown's warmth feels handmade and authentic. Coffee culture has made brown aspirational in ways it never was in the 20th century; the smell and warmth of a coffee shop is inseparable from its brown palette. Darker, richer browns signal luxury craft — leather, walnut, dark chocolate. Lighter sandy browns feel outdoor, regional, and approachable. Brown's weakness is its association with dirt and decay in medical contexts, where it is largely avoided. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Saddle Brown is applied in professional design.

  • Coffee shops and specialty beverage brands
  • Chocolate and premium confectionery
  • Outdoor gear and hiking equipment
  • Furniture and home furnishing brands
  • Craft beer and artisanal food products
  • Leather goods and accessories
  • Organic and natural food products
  • Heritage and classic whiskey/spirits brands

Accessibility Considerations

Normal Text

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Saddle Brown is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (7.10:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #8B4513;

Text

color: #8B4513;

Border

border: 2px solid #8B4513;

Box Shadow

box-shadow: 0 4px 20px #8B451340;

Gradient

background: linear-gradient(135deg, #8B4513, #c0713e);

Tailwind-style

--color-saddle-brown: #8B4513;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Saddle Brown without a custom config.

Background

bg-[#8B4513]

Text

text-[#8B4513]

Border

border-[#8B4513]

Ring

ring-[#8B4513]

Fill

fill-[#8B4513]

From (gradient)

from-[#8B4513]

Via (gradient)

via-[#8B4513]

To (gradient)

to-[#8B4513]

Design Tokens

Ready-to-use Saddle Brown design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-saddle-brown: #8B4513;
  --color-saddle-brown-rgb: 139, 69, 19;
  --color-saddle-brown-hsl: 25, 76%, 31%;
}

SCSS Variables

$color-saddle-brown: #8B4513;
$color-saddle-brown-rgb: 139, 69, 19;
$color-saddle-brown-hsl: 25, 76%, 31%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'saddle-brown': '#8B4513',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-saddle-brown: #8B4513;
}

JSON Design Token (W3C format)

{
  "saddle-brown": {
    "value": "#8B4513",
    "type": "color",
    "description": "Saddle Brown — #8B4513"
  }
}

What Does Saddle Brown Mean? Color Psychology & Cultural Symbolism

The design power of Saddle Brown lies in its material authenticity. At #8B4513, this deep tone communicates warmth in the way only earthy, natural colors can—without spectacle, just presence.

  • Brown carries the associations of the earth, wood, leather, and the materials of pre-industrial life—a grounding quality that contemporary branding leverages for authenticity, craft, and natural origin. Its associations with coffee, chocolate, and wood make it an instinctive choice for artisanal food and lifestyle brands.
  • Across Asian cultures, brown tones—particularly warm earthy reds and ochres—appear extensively in traditional architecture, ceramics, and clothing. Earth tones are universally associated with stability and natural order, and brown occupies this role across most of the world's cultural traditions.
  • Saddle Brown's deep lightness (31%) shifts its psychological register: Deep chocolate, espresso, and mahogany tones carry luxurious weight—rich, sophisticated, and associated with premium craft materials and indulgent flavors.
  • At 76% saturation, Saddle Brown reads as moderately saturated—neither overwhelming nor passive, landing in the earthiness, stability, warmth, and authenticity zone with measured confidence.

In a world of loud design, Saddle Brown is a deliberate quietness. It says: this is real.

How to Use Saddle Brown in Design: Applications, Pairings & Best Practices

In digital design, Saddle Brown adds textural warmth that screens often lack. It fights the flat, cold quality of purely digital palettes and brings a human, analog quality to interfaces.

  • UI components: warm accent colors, earthy neutral backgrounds, natural brand accents—Saddle Brown performs reliably in all these roles with its deep tonal character.
  • Brand & identity: coffee and chocolate brands, craft beer packaging, outdoor gear—contexts where Saddle Brown's moderately saturated quality creates the right register.
  • Typography: Saddle Brown works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Saddle Brown creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Saddle Brown's moderately saturated saturation (76%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

In a world of loud design, Saddle Brown is a deliberate quietness. It says: this is real.

Saddle Brown Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Saddle Brown (#8B4513) achieves a 7.10:1 contrast ratio with white text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 9.8%.

  • As text on white (#FFFFFF): 7.10:1 — AAA ✓
  • As text on black (#000000): 2.96:1 — Fail
  • Best text color on Saddle Brown background: White (#FFFFFF) at 7.10:1
  • WCAG 2.1 luminance: 9.8% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Saddle Brown qualifies for all text sizes including small body copy (AAA).
  • Color blindness consideration: protanopia and deuteranopia (red-green color blindness, ~8% of males) may affect how brown-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.

Saddle Brown's WCAG profile makes it a compliant choice for most text applications.

Saddle Brown in Industry: Branding, Design & Market Applications

Saddle Brown (#8B4513) is most at home in industries where earthiness, stability, warmth, and authenticity are key brand values. Its deep quality makes it particularly effective in Food & Beverage contexts, where the moderately saturated saturation signals stability at exactly the right register.

  • Food & Beverage: Brown's associations with coffee, chocolate, bread, and wood-fire cooking make it indispensable for food brands that want to project artisanal quality, warmth, and natural origin. The color does the work of suggesting handmade, slow-craft processes before a single word is read. (examples: Whole Foods, Trader Joe's, Blue Bottle Coffee) Light browns work for dairy and bakery; dark browns for coffee, chocolate, and premium spirits.
  • Outdoor & Lifestyle: Outdoor, hiking, and adventure brands use brown as an earth tone that grounds the product in natural environments. Combined with forest greens and slate grays, it creates a palette language of terrain, durability, and wilderness competence. (examples: REI, Patagonia, Arc'teryx) Brown leather and canvas associations make it particularly effective for gear, footwear, and heritage outdoor brands.
  • Craft & Artisanal: The craft movement across food, beer, candles, and home goods has made brown its unofficial color—it signals hand-made, small-batch, locally-sourced, and premium-for-a-reason. Any product that wants to claim artisanal credentials benefits from earthy, brown-anchored packaging. Kraft paper brown in particular has become synonymous with sustainable, artisanal packaging.
  • Brand positioning: Saddle Brown is best suited for brands projecting authenticity, craftsmanship, reliability. Categories outside this positioning—technology products—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Saddle Brown works effectively in coffee and chocolate brands, craft beer packaging, outdoor gear—contexts where stability serves a secondary but reinforcing role.

The industries where Saddle Brown performs best are those where the audience expects stability. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Saddle Brown?
The hex code for Saddle Brown is #8B4513. Its RGB values are rgb(139, 69, 19) and its HSL values are hsl(25, 76%, 31%).
What does Saddle Brown mean in design?
Brown is the color of earth, wood, and food — the most organic color in the spectrum. It conveys honesty, dependability, and unpretentiousness. Unlike the engineered precision of black, brown's warmth feels handmade and authentic. Coffee culture has made brown aspirational in ways it never was in the 20th century; the smell and warmth of a coffee shop is inseparable from its brown palette. Darker, richer browns signal luxury craft — leather, walnut, dark chocolate. Lighter sandy browns feel outdoor, regional, and approachable. Brown's weakness is its association with dirt and decay in medical contexts, where it is largely avoided. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Saddle Brown WCAG accessible?
Saddle Brown (#8B4513) passes WCAG AAA on white with a 7.1:1 contrast ratio. Its overall accessibility score is 71/100.
What colors go well with Saddle Brown?
Saddle Brown pairs well with its complementary color Maya Blue (#73C2FB). Analogous colors like Lava Red and Chestnut also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Saddle Brown used for?
Saddle Brown is commonly used for: Coffee shops and specialty beverage brands; Chocolate and premium confectionery; Outdoor gear and hiking equipment; Furniture and home furnishing brands; Craft beer and artisanal food products.
What are the CSS and Tailwind values for Saddle Brown?
In CSS, use `color: #8B4513` or `background-color: #8B4513`. The CSS custom property is `--color-saddle-brown: #8B4513`. In Tailwind CSS, use the arbitrary value class `bg-[#8B4513]` for backgrounds or `text-[#8B4513]` for text.