Skip to main content

Bister

#3D2B1F·brown family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#3D2B1F
RGB
rgb(61, 43, 31)
HSL
hsl(24, 33%, 18%)
OKLCH
oklch(0.307 0.034 55)
CMYK
cmyk(0%, 30%, 49%, 76%)
Luminance:0.0282
CSS var:--color-bister
Tailwind:bg-[#3D2B1F]

Accessibility

Score: 96/100

On White (#FFF)

13.43:1

AAA

On Black (#000)

1.56:1

Fail

On Light Gray (#F5F5F5)

12.32:1

AAA

Best text color on this background:

white13.43:1
Open in Contrast Checker →

Design Applications

Background

background-color: #3D2B1F

Text Color

color: #3D2B1F

bg-[#3D2B1F] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #3D2B1F

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 very dark, near-black depth creates dramatic intensity — maximally contrastive, powerful, and reserved for focal design elements where other dark colors would disappear.

Industry Usage

Common contexts and industries where Bister 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

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

CSS & Code Examples

Background

background-color: #3D2B1F;

Text

color: #3D2B1F;

Border

border: 2px solid #3D2B1F;

Box Shadow

box-shadow: 0 4px 20px #3D2B1F40;

Gradient

background: linear-gradient(135deg, #3D2B1F, #685446);

Tailwind-style

--color-bister: #3D2B1F;

Tailwind CSS Utilities

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

Background

bg-[#3D2B1F]

Text

text-[#3D2B1F]

Border

border-[#3D2B1F]

Ring

ring-[#3D2B1F]

Fill

fill-[#3D2B1F]

From (gradient)

from-[#3D2B1F]

Via (gradient)

via-[#3D2B1F]

To (gradient)

to-[#3D2B1F]

Design Tokens

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

CSS Custom Properties

:root {
  --color-bister: #3D2B1F;
  --color-bister-rgb: 61, 43, 31;
  --color-bister-hsl: 24, 33%, 18%;
}

SCSS Variables

$color-bister: #3D2B1F;
$color-bister-rgb: 61, 43, 31;
$color-bister-hsl: 24, 33%, 18%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'bister': '#3D2B1F',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-bister: #3D2B1F;
}

JSON Design Token (W3C format)

{
  "bister": {
    "value": "#3D2B1F",
    "type": "color",
    "description": "Bister — #3D2B1F"
  }
}

What Does Bister Mean? Color Psychology & Cultural Symbolism

Color psychology research consistently places brown as the most "trustworthy" of the warm tones—not because it demands attention like red or commands authority like navy, but because it simply asks to be believed. Bister's dark quality makes earthiness its natural register.

  • Across color psychology research, brown consistently tests high for "authenticity" associations, making Bister a reliable vehicle for earthiness in cross-demographic audiences.
  • Brand designers draw on brown-family tones to project naturalness and warmth—values that Bister communicates in a dark key.
  • At 33% saturation, Bister reads as subdued—neither overwhelming nor passive, landing in the earthiness, stability, warmth, and authenticity zone with measured confidence.
  • Bister's dark lightness (18%) shifts its psychological register: Deep chocolate, espresso, and mahogany tones carry luxurious weight—rich, sophisticated, and associated with premium craft materials and indulgent flavors.

Bister asks for trust without performance—and that quiet confidence is its greatest design asset.

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

Bister is one of design's most underused versatile tones. It works as a neutral, an accent, a dominant brand color, and a sophisticated alternative to black—and it brings a warmth to palettes that no other color family delivers.

  • Avoid: technology products, clinical healthcare, and anything that needs to project cleanliness or digital precision.
  • Color harmonies: Bister's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Bister's subdued quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • As a dark tone, Bister creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Bister works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

Bister asks for trust without performance—and that quiet confidence is its greatest design asset.

Bister Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Bister (#3D2B1F) achieves a 13.43: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: 2.8%.

  • As text on white (#FFFFFF): 13.43:1 — AAA ✓
  • As text on black (#000000): 1.56:1 — Fail
  • Best text color on Bister background: White (#FFFFFF) at 13.43:1
  • WCAG 2.1 luminance: 2.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
  • Bister 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.

Always verify Bister at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Bister in Industry: Branding, Design & Market Applications

Bister's brand positioning falls squarely in the territory of earthiness, stability, warmth, and authenticity. Industry data supports its strongest performance in food & beverage, outdoor & lifestyle, coffee categories, where the subdued saturation calibrates the message at a dark, considered level.

  • 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: Yeti, Arc'teryx, Patagonia) 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: Bister is best suited for brands projecting naturalness, warmth, reliability. Categories outside this positioning—technology products—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Bister works effectively in artisanal food, furniture and home goods, natural product labels—contexts where stability serves a secondary but reinforcing role.

For marketers and brand strategists, Bister is a commitment to earthiness, stability, warmth, and authenticity. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Bister?
The hex code for Bister is #3D2B1F. Its RGB values are rgb(61, 43, 31) and its HSL values are hsl(24, 33%, 18%).
What does Bister 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 very dark, near-black depth creates dramatic intensity — maximally contrastive, powerful, and reserved for focal design elements where other dark colors would disappear.
Is Bister WCAG accessible?
Bister (#3D2B1F) passes WCAG AAA on white with a 13.43:1 contrast ratio. Its overall accessibility score is 96/100.
What colors go well with Bister?
Bister pairs well with its complementary color Air Force Blue (#5D8AA8). Analogous colors like Ruby and Tomato also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Bister used for?
Bister 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 Bister?
In CSS, use `color: #3D2B1F` or `background-color: #3D2B1F`. The CSS custom property is `--color-bister: #3D2B1F`. In Tailwind CSS, use the arbitrary value class `bg-[#3D2B1F]` for backgrounds or `text-[#3D2B1F]` for text.