Skip to main content

Bisque

#FFE4C4·brown family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FFE4C4
RGB
rgb(255, 228, 196)
HSL
hsl(33, 100%, 88%)
OKLCH
oklch(0.933 0.051 72)
CMYK
cmyk(0%, 11%, 23%, 0%)
Luminance:0.8073
CSS var:--color-bisque
Tailwind:bg-[#FFE4C4]

Accessibility

Score: 48/100

On White (#FFF)

1.22:1

Fail

On Black (#000)

17.15:1

AAA

On Light Gray (#F5F5F5)

1.12:1

Fail

Best text color on this background:

black17.15:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FFE4C4

Text Color

color: #FFE4C4

bg-[#FFE4C4] text-[#000000]

Accent border card component

border-left: 4px solid #FFE4C4

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. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.

Industry Usage

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

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

CSS & Code Examples

Background

background-color: #FFE4C4;

Text

color: #FFE4C4;

Border

border: 2px solid #FFE4C4;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #FFE4C4, #fffff7);

Tailwind-style

--color-bisque: #FFE4C4;

Tailwind CSS Utilities

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

Background

bg-[#FFE4C4]

Text

text-[#FFE4C4]

Border

border-[#FFE4C4]

Ring

ring-[#FFE4C4]

Fill

fill-[#FFE4C4]

From (gradient)

from-[#FFE4C4]

Via (gradient)

via-[#FFE4C4]

To (gradient)

to-[#FFE4C4]

Design Tokens

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

CSS Custom Properties

:root {
  --color-bisque: #FFE4C4;
  --color-bisque-rgb: 255, 228, 196;
  --color-bisque-hsl: 33, 100%, 88%;
}

SCSS Variables

$color-bisque: #FFE4C4;
$color-bisque-rgb: 255, 228, 196;
$color-bisque-hsl: 33, 100%, 88%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-bisque: #FFE4C4;
}

JSON Design Token (W3C format)

{
  "bisque": {
    "value": "#FFE4C4",
    "type": "color",
    "description": "Bisque — #FFE4C4"
  }
}

What Does Bisque 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. Bisque's pale quality makes earthiness its natural register.

  • Across color psychology research, brown consistently tests high for "authenticity" associations, making Bisque a reliable vehicle for earthiness in cross-demographic audiences.
  • Brand designers draw on brown-family tones to project naturalness and warmth—values that Bisque communicates in a pale key.
  • At 100% saturation, Bisque reads as vivid—Richer, more saturated terracottas and warm siennas carry a Mediterranean, artisanal energy—earthy but vibrant, associated with ceramic crafts and sun-baked landscapes.
  • Bisque's pale lightness (88%) 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.

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

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

Bisque 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: Bisque's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Bisque's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • Bisque creates strong legibility with black text overlays (17.1:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Bisque as text requires a dark background; its 88% lightness means it provides 1.2:1 contrast on white, not meeting WCAG AA.

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

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

Bisque (#FFE4C4) achieves a 17.15: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: 80.7%.

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

Bisque in Industry: Branding, Design & Market Applications

Bisque'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 vivid saturation calibrates the message at a pale, 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: 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: Bisque 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, Bisque works effectively in coffee and chocolate brands, craft beer packaging, outdoor gear—contexts where stability serves a secondary but reinforcing role.

For marketers and brand strategists, Bisque 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 Bisque?
The hex code for Bisque is #FFE4C4. Its RGB values are rgb(255, 228, 196) and its HSL values are hsl(33, 100%, 88%).
What does Bisque 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. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.
Is Bisque WCAG accessible?
Bisque (#FFE4C4) does not pass WCAG AA on white (1.22:1 ratio). Use it on dark backgrounds where it achieves 17.15:1. Its overall accessibility score is 48/100.
What colors go well with Bisque?
Bisque pairs well with its complementary color Marengo (#4C5866). Analogous colors like New York Pink and Mandarin also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Bisque used for?
Bisque 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 Bisque?
In CSS, use `color: #FFE4C4` or `background-color: #FFE4C4`. The CSS custom property is `--color-bisque: #FFE4C4`. In Tailwind CSS, use the arbitrary value class `bg-[#FFE4C4]` for backgrounds or `text-[#FFE4C4]` for text.