Skip to main content

bg-rose-950

Tailwind Rose 950

#4C0519·Rose family·Shade 950

Color Values

HEX
#4C0519
RGB
rgb(76, 5, 25)
HSL
hsl(343, 88%, 16%)
OKLCH
oklch(0.271 0.101 12)
CMYK
cmyk(0%, 93%, 67%, 70%)
CSS Variable
var(--color-rose-950)
Tailwind Class
bg-rose-950

Accessibility Score

60/100

Good

Based on WCAG 2.1 contrast ratios against white and black backgrounds.

On White

15.64:1

AAA

On Black

1.34:1

Fail
Test in Contrast Checker →

Tailwind Usage — All Utilities

Background

bg-rose-950

Text

text-rose-950

Border

border-rose-950

Ring

ring-rose-950

Outline

outline-rose-950

Fill

fill-rose-950

Stroke

stroke-rose-950

From (gradient)

from-rose-950

Via (gradient)

via-rose-950

To (gradient)

to-rose-950

Placeholder

placeholder-rose-950

Caret

caret-rose-950

Accent

accent-rose-950

Decoration

decoration-rose-950

Shadow Color

shadow-rose-950

Tailwind v3 Config (extend custom color)

// tailwind.config.js module.exports = { theme: { extend: { colors: { 'rose-950': '#4c0519', }, }, }, };

CSS Equivalent

/* Hex */
background-color: #4C0519;

/* RGB */
background-color: rgb(76, 5, 25);

/* HSL */
background-color: hsl(343, 88%, 16%);

/* OKLCH (CSS Color Level 4) */
background-color: oklch(0.271 0.101 12);

/* CSS Custom Property (Tailwind v4) */
background-color: var(--color-rose-950);

/* Gradient example */
background: linear-gradient(135deg, #fff1f2 0%, #4c0519 100%);

OKLCH — Modern Color Space

Lightness (L)

0.271

27% perceived brightness

Chroma (C)

0.101

Color intensity / saturation

Hue (H)

12°

Angle on perceptual hue wheel

oklch(0.271 0.101 12)

OKLCH is a perceptually uniform color space in CSS Color Level 4. Unlike HSL, equal steps in L produce equal perceived lightness changes — making it ideal for building accessible, harmonious design system scales.

Design Recommendations

Ultra-dark near-black variant

Shade 950 of the Rose palette

Recommended Uses

  • Maximum-contrast text on white
  • Rich dark card backgrounds
  • Dark theme page backgrounds
  • Tinted near-black UI surfaces

Avoid

On dark or dark-gray backgrounds — near-zero contrast.

Preview

On White

Aa Bb Cc

On Black

Aa Bb Cc

As Background

Aa Bb Cc — #4C0519

Frequently Asked Questions

What is the hex code for Tailwind Rose 950?
Tailwind Rose 950 has the hex code #4C0519. Its RGB value is rgb(76, 5, 25) and its HSL value is hsl(343, 88%, 16%).
What Tailwind utility classes use Rose 950?
Use bg-rose-950 for backgrounds, text-rose-950 for text color, border-rose-950 for borders, and ring-rose-950 for focus rings. In Tailwind v4 the CSS variable var(--color-rose-950) is available natively.
Is Tailwind Rose 950 WCAG accessible?
Tailwind Rose 950 achieves a 15.64:1 contrast ratio on white (AAA) and 1.34:1 on black (Fail). Its overall accessibility score is 60/100 (Good).
What is the OKLCH value for Tailwind Rose 950?
Tailwind Rose 950 in OKLCH is oklch(0.271 0.101 12) — lightness 0.271, chroma 0.101, hue 12°. OKLCH is a perceptually uniform space supported natively in modern CSS via the `color()` function.
What is Tailwind Rose 950 used for?
At shade 950, Tailwind Rose 950 is best described as "Ultra-dark near-black variant". Recommended uses: Maximum-contrast text on white, Rich dark card backgrounds, Dark theme page backgrounds.