Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Nude (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #E3BC9A
- RGB
- rgb(227, 188, 154)
- HSL
- hsl(28, 57%, 75%)
- OKLCH
- oklch(0.821 0.064 63)
- CMYK
- cmyk(0%, 17%, 32%, 11%)
--color-nudebg-[#E3BC9A]Accessibility
Score: 48/100On White (#FFF)
1.76:1
On Black (#000)
11.93:1
On Light Gray (#F5F5F5)
1.62:1
Best text color on this background:
Design Applications
background-color: #E3BC9A
color: #E3BC9A
bg-[#E3BC9A] text-[#000000]
border-left: 4px solid #E3BC9A
Color Harmonies
Complementary
Alice Blue
#F0F8FF
Split-Complementary
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 Nude 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
Nude is a light color. Use black (#000000) text on top of it for maximum readability (11.93:1). Avoid white text on this background.
CSS & Code Examples
Background
background-color: #E3BC9A;Text
color: #E3BC9A;Border
border: 2px solid #E3BC9A;Box Shadow
box-shadow: 0 4px 20px #E3BC9A40;Gradient
background: linear-gradient(135deg, #E3BC9A, #ffeecb);Tailwind-style
--color-nude: #E3BC9A;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Nude without a custom config.
Background
bg-[#E3BC9A]Text
text-[#E3BC9A]Border
border-[#E3BC9A]Ring
ring-[#E3BC9A]Fill
fill-[#E3BC9A]From (gradient)
from-[#E3BC9A]Via (gradient)
via-[#E3BC9A]To (gradient)
to-[#E3BC9A]Design Tokens
Ready-to-use Nude design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-nude: #E3BC9A;
--color-nude-rgb: 227, 188, 154;
--color-nude-hsl: 28, 57%, 75%;
}SCSS Variables
$color-nude: #E3BC9A; $color-nude-rgb: 227, 188, 154; $color-nude-hsl: 28, 57%, 75%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'nude': '#E3BC9A',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-nude: #E3BC9A;
}JSON Design Token (W3C format)
{
"nude": {
"value": "#E3BC9A",
"type": "color",
"description": "Nude — #E3BC9A"
}
}More brown colors
View all →What Does Nude Mean? Color Psychology & Cultural Symbolism
The design power of Nude lies in its material authenticity. At #E3BC9A, this light tone communicates warmth in the way only earthy, natural colors can—without spectacle, just presence.
- Across color psychology research, brown consistently tests high for "authenticity" associations, making Nude a reliable vehicle for warmth in cross-demographic audiences.
- Brand designers draw on brown-family tones to project naturalness and warmth—values that Nude communicates in a light key.
- At 57% saturation, Nude reads as moderately saturated—neither overwhelming nor passive, landing in the earthiness, stability, warmth, and authenticity zone with measured confidence.
- Nude's light lightness (75%) 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.
The brands that use Nude 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 Nude in Design: Applications, Pairings & Best Practices
Brands reaching for authenticity and craft frequently choose Nude over other options precisely because it doesn't try to be clever. It simply is what it is—warm, honest, and materially grounded.
- Avoid: technology products, clinical healthcare, and anything that needs to project cleanliness or digital precision.
- Color harmonies: Nude's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
- Proportional use: Nude's moderately saturated quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
- Nude creates strong legibility with black text overlays (11.9:1 contrast ratio), making it a reliable background or surface color in design systems
- Typography: Nude as text requires a dark background; its 75% lightness means it provides 1.8:1 contrast on white, not meeting WCAG AA.
The brands that use Nude well are the ones that understand that authenticity can't be faked—it can only be matched by colors that embody it.
Nude Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Nude (#E3BC9A) achieves a 11.93: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: 54.6%.
- As text on white (#FFFFFF): 1.76:1 — Fail
- As text on black (#000000): 11.93:1 — AAA ✓
- Best text color on Nude background: Black (#000000) at 11.93:1
- WCAG 2.1 luminance: 54.6% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
- Nude 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 Nude against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.
Nude in Industry: Branding, Design & Market Applications
Nude'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: Nude 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, Nude 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, Nude is a commitment to earthiness, stability, warmth, and authenticity. Match it with industries that make that promise and it will pay dividends consistently.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Nude? ▾
- The hex code for Nude is #E3BC9A. Its RGB values are rgb(227, 188, 154) and its HSL values are hsl(28, 57%, 75%).
- What does Nude 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 Nude WCAG accessible? ▾
- Nude (#E3BC9A) does not pass WCAG AA on white (1.76:1 ratio). Use it on dark backgrounds where it achieves 11.93:1. Its overall accessibility score is 48/100.
- What colors go well with Nude? ▾
- Nude pairs well with its complementary color Alice Blue (#F0F8FF). Analogous colors like Venetian Red and Burnt Sienna also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Nude used for? ▾
- Nude 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 Nude? ▾
- In CSS, use `color: #E3BC9A` or `background-color: #E3BC9A`. The CSS custom property is `--color-nude: #E3BC9A`. In Tailwind CSS, use the arbitrary value class `bg-[#E3BC9A]` for backgrounds or `text-[#E3BC9A]` for text.