Skip to main content

Buff

#F0DC82·brown family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#F0DC82
RGB
rgb(240, 220, 130)
HSL
hsl(49, 79%, 73%)
OKLCH
oklch(0.892 0.113 97)
CMYK
cmyk(0%, 8%, 46%, 6%)
Luminance:0.7132
CSS var:--color-buff
Tailwind:bg-[#F0DC82]

Accessibility

Score: 48/100

On White (#FFF)

1.38:1

Fail

On Black (#000)

15.26:1

AAA

On Light Gray (#F5F5F5)

1.26:1

Fail

Best text color on this background:

black15.26:1
Open in Contrast Checker →

Design Applications

Background

background-color: #F0DC82

Text Color

color: #F0DC82

bg-[#F0DC82] text-[#000000]

Accent border card component

border-left: 4px solid #F0DC82

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 lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.

Industry Usage

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

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

Buff is a light color. Use black (#000000) text on top of it for maximum readability (15.26:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #F0DC82;

Text

color: #F0DC82;

Border

border: 2px solid #F0DC82;

Box Shadow

box-shadow: 0 4px 20px #F0DC8240;

Gradient

background: linear-gradient(135deg, #F0DC82, #ffffb3);

Tailwind-style

--color-buff: #F0DC82;

Tailwind CSS Utilities

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

Background

bg-[#F0DC82]

Text

text-[#F0DC82]

Border

border-[#F0DC82]

Ring

ring-[#F0DC82]

Fill

fill-[#F0DC82]

From (gradient)

from-[#F0DC82]

Via (gradient)

via-[#F0DC82]

To (gradient)

to-[#F0DC82]

Design Tokens

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

CSS Custom Properties

:root {
  --color-buff: #F0DC82;
  --color-buff-rgb: 240, 220, 130;
  --color-buff-hsl: 49, 79%, 73%;
}

SCSS Variables

$color-buff: #F0DC82;
$color-buff-rgb: 240, 220, 130;
$color-buff-hsl: 49, 79%, 73%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'buff': '#F0DC82',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-buff: #F0DC82;
}

JSON Design Token (W3C format)

{
  "buff": {
    "value": "#F0DC82",
    "type": "color",
    "description": "Buff — #F0DC82"
  }
}

What Does Buff 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. Buff's light quality makes stability its natural register.

  • 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.
  • Buff's light lightness (73%) shifts its psychological register: Tan, beige, and light khaki are neutral-warm tones that function almost as warm whites—versatile, timeless, and excellent as background colors in earthy design systems.
  • At 79% saturation, Buff reads as moderately saturated—neither overwhelming nor passive, landing in the earthiness, stability, warmth, and authenticity zone with measured confidence.

The brands that use Buff well are the ones that understand that authenticity can't be faked—it can only be matched by colors that embody it.

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

Brands reaching for authenticity and craft frequently choose Buff over other options precisely because it doesn't try to be clever. It simply is what it is—warm, honest, and materially grounded.

  • UI components: warm accent colors, earthy neutral backgrounds, natural brand accents—Buff performs reliably in all these roles with its light tonal character.
  • Brand & identity: coffee and chocolate brands, craft beer packaging, outdoor gear—contexts where Buff's moderately saturated quality creates the right register.
  • Typography: Buff as text requires a dark background; its 73% lightness means it provides 1.4:1 contrast on white, not meeting WCAG AA.
  • Buff creates strong legibility with black text overlays (15.3:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Buff's moderately saturated saturation (79%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

The brands that use Buff well are the ones that understand that authenticity can't be faked—it can only be matched by colors that embody it.

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

Buff (#F0DC82) achieves a 15.26:1 contrast ratio with black 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: 71.3%.

  • As text on white (#FFFFFF): 1.38:1 — Fail
  • As text on black (#000000): 15.26:1 — AAA ✓
  • Best text color on Buff background: Black (#000000) at 15.26:1
  • WCAG 2.1 luminance: 71.3% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
  • Buff 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.

For production use, test Buff against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Buff in Industry: Branding, Design & Market Applications

Buff'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 moderately saturated saturation calibrates the message at a light, 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: Chipotle, Sweetgreen, 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: Buff 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, Buff works effectively in artisanal food, furniture and home goods, natural product labels—contexts where earthiness serves a secondary but reinforcing role.

For marketers and brand strategists, Buff 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 Buff?
The hex code for Buff is #F0DC82. Its RGB values are rgb(240, 220, 130) and its HSL values are hsl(49, 79%, 73%).
What does Buff 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 lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
Is Buff WCAG accessible?
Buff (#F0DC82) does not pass WCAG AA on white (1.38:1 ratio). Use it on dark backgrounds where it achieves 15.26:1. Its overall accessibility score is 48/100.
What colors go well with Buff?
Buff pairs well with its complementary color Persian Blue (#1C39BB). Analogous colors like Dark Brown and Squash also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Buff used for?
Buff 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 Buff?
In CSS, use `color: #F0DC82` or `background-color: #F0DC82`. The CSS custom property is `--color-buff: #F0DC82`. In Tailwind CSS, use the arbitrary value class `bg-[#F0DC82]` for backgrounds or `text-[#F0DC82]` for text.