Skip to main content

Rose Taupe

#905D5D·brown family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#905D5D
RGB
rgb(144, 93, 93)
HSL
hsl(0, 22%, 46%)
OKLCH
oklch(0.534 0.067 20)
CMYK
cmyk(0%, 35%, 35%, 44%)
Luminance:0.1455
CSS var:--color-rose-taupe
Tailwind:bg-[#905D5D]

Accessibility

Score: 54/100

On White (#FFF)

5.37:1

AA

On Black (#000)

3.91:1

AA Large

On Light Gray (#F5F5F5)

4.93:1

AA

Best text color on this background:

white5.37:1
Open in Contrast Checker →

Design Applications

Background

background-color: #905D5D

Text Color

color: #905D5D

bg-[#905D5D] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #905D5D

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. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.

Industry Usage

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

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

CSS & Code Examples

Background

background-color: #905D5D;

Text

color: #905D5D;

Border

border: 2px solid #905D5D;

Box Shadow

box-shadow: 0 4px 20px #905D5D40;

Gradient

background: linear-gradient(135deg, #905D5D, #c28b8a);

Tailwind-style

--color-rose-taupe: #905D5D;

Tailwind CSS Utilities

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

Background

bg-[#905D5D]

Text

text-[#905D5D]

Border

border-[#905D5D]

Ring

ring-[#905D5D]

Fill

fill-[#905D5D]

From (gradient)

from-[#905D5D]

Via (gradient)

via-[#905D5D]

To (gradient)

to-[#905D5D]

Design Tokens

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

CSS Custom Properties

:root {
  --color-rose-taupe: #905D5D;
  --color-rose-taupe-rgb: 144, 93, 93;
  --color-rose-taupe-hsl: 0, 22%, 46%;
}

SCSS Variables

$color-rose-taupe: #905D5D;
$color-rose-taupe-rgb: 144, 93, 93;
$color-rose-taupe-hsl: 0, 22%, 46%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'rose-taupe': '#905D5D',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-rose-taupe: #905D5D;
}

JSON Design Token (W3C format)

{
  "rose-taupe": {
    "value": "#905D5D",
    "type": "color",
    "description": "Rose Taupe — #905D5D"
  }
}

What Does Rose Taupe Mean? Color Psychology & Cultural Symbolism

The design power of Rose Taupe lies in its material authenticity. At #905D5D, this medium tone communicates stability in the way only earthy, natural colors can—without spectacle, just presence.

  • Across color psychology research, brown consistently tests high for "authenticity" associations, making Rose Taupe a reliable vehicle for stability in cross-demographic audiences.
  • Brand designers draw on brown-family tones to project naturalness and warmth—values that Rose Taupe communicates in a medium key.
  • At 22% saturation, Rose Taupe reads as muted—Muted taupes and pale warms are some of design's most universally usable neutrals—background-perfect, unthreatening, and inherently warm without competing with other palette elements.
  • Rose Taupe's medium lightness (46%) shifts its psychological register: a balanced mid-tone that embodies earthiness, stability, warmth, and authenticity at its most direct.

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

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

In digital design, Rose Taupe 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.

  • Avoid: technology products, clinical healthcare, and anything that needs to project cleanliness or digital precision.
  • Color harmonies: Rose Taupe's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Rose Taupe's muted 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, Rose Taupe creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Rose Taupe works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

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

Rose Taupe Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Rose Taupe (#905D5D) reaches 5.37:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 14.5%.

  • As text on white (#FFFFFF): 5.37:1 — AA ✓
  • As text on black (#000000): 3.91:1 — AA (large text only)
  • Best text color on Rose Taupe background: White (#FFFFFF) at 5.37:1
  • WCAG 2.1 luminance: 14.5% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Rose Taupe qualifies for normal body text and all larger sizes (AA).
  • 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.

Rose Taupe's WCAG profile makes it a compliant choice for most text applications.

Rose Taupe in Industry: Branding, Design & Market Applications

Across industry research, brown-family tones consistently outperform competitors in categories built on earthiness, stability, warmth, and authenticity. Rose Taupe is a medium expression of this advantage—best positioned in Food & Beverage and adjacent markets.

  • 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: Rose Taupe 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, Rose Taupe works effectively in artisanal food, furniture and home goods, natural product labels—contexts where warmth serves a secondary but reinforcing role.

Rose Taupe earns its strongest ROI in industries where trust and recognition compound over time: Food & Beverage, Outdoor & Lifestyle, Craft & Artisanal. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Rose Taupe?
The hex code for Rose Taupe is #905D5D. Its RGB values are rgb(144, 93, 93) and its HSL values are hsl(0, 22%, 46%).
What does Rose Taupe 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. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Is Rose Taupe WCAG accessible?
Rose Taupe (#905D5D) passes WCAG AA on white with a 5.37:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Rose Taupe?
Rose Taupe pairs well with its complementary color Iron Gray (#595E5E). Analogous colors like Hot Pink and Burgundy also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Rose Taupe used for?
Rose Taupe 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 Rose Taupe?
In CSS, use `color: #905D5D` or `background-color: #905D5D`. The CSS custom property is `--color-rose-taupe: #905D5D`. In Tailwind CSS, use the arbitrary value class `bg-[#905D5D]` for backgrounds or `text-[#905D5D]` for text.