Skip to main content

bg-fuchsia-200

Tailwind Fuchsia 200

#F5D0FE·Fuchsia family·Shade 200

Color Values

HEX
#F5D0FE
RGB
rgb(245, 208, 254)
HSL
hsl(288, 96%, 91%)
OKLCH
oklch(0.903 0.073 320)
CMYK
cmyk(4%, 18%, 0%, 0%)
CSS Variable
var(--color-fuchsia-200)
Tailwind Class
bg-fuchsia-200

Accessibility Score

60/100

Good

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

On White

1.37:1

Fail

On Black

15.34:1

AAA
Test in Contrast Checker →

Tailwind Usage — All Utilities

Background

bg-fuchsia-200

Text

text-fuchsia-200

Border

border-fuchsia-200

Ring

ring-fuchsia-200

Outline

outline-fuchsia-200

Fill

fill-fuchsia-200

Stroke

stroke-fuchsia-200

From (gradient)

from-fuchsia-200

Via (gradient)

via-fuchsia-200

To (gradient)

to-fuchsia-200

Placeholder

placeholder-fuchsia-200

Caret

caret-fuchsia-200

Accent

accent-fuchsia-200

Decoration

decoration-fuchsia-200

Shadow Color

shadow-fuchsia-200

Tailwind v3 Config (extend custom color)

// tailwind.config.js module.exports = { theme: { extend: { colors: { 'fuchsia-200': '#f5d0fe', }, }, }, };

CSS Equivalent

/* Hex */
background-color: #F5D0FE;

/* RGB */
background-color: rgb(245, 208, 254);

/* HSL */
background-color: hsl(288, 96%, 91%);

/* OKLCH (CSS Color Level 4) */
background-color: oklch(0.903 0.073 320);

/* CSS Custom Property (Tailwind v4) */
background-color: var(--color-fuchsia-200);

/* Gradient example */
background: linear-gradient(135deg, #f5d0fe 0%, #f0abfc 100%);

OKLCH — Modern Color Space

Lightness (L)

0.903

90% perceived brightness

Chroma (C)

0.073

Color intensity / saturation

Hue (H)

320°

Angle on perceptual hue wheel

oklch(0.903 0.073 320)

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

Soft accent & border

Shade 200 of the Fuchsia palette

Recommended Uses

  • Focus ring outlines
  • Divider lines
  • Soft tag borders
  • Progress track fills
  • Decorative underlines

Avoid

Small body text — borderline contrast, fails WCAG AA at small sizes.

Preview

On White

Aa Bb Cc

On Black

Aa Bb Cc

As Background

Aa Bb Cc — #F5D0FE

Frequently Asked Questions

What is the hex code for Tailwind Fuchsia 200?
Tailwind Fuchsia 200 has the hex code #F5D0FE. Its RGB value is rgb(245, 208, 254) and its HSL value is hsl(288, 96%, 91%).
What Tailwind utility classes use Fuchsia 200?
Use bg-fuchsia-200 for backgrounds, text-fuchsia-200 for text color, border-fuchsia-200 for borders, and ring-fuchsia-200 for focus rings. In Tailwind v4 the CSS variable var(--color-fuchsia-200) is available natively.
Is Tailwind Fuchsia 200 WCAG accessible?
Tailwind Fuchsia 200 achieves a 1.37:1 contrast ratio on white (Fail) and 15.34:1 on black (AAA). Its overall accessibility score is 60/100 (Good).
What is the OKLCH value for Tailwind Fuchsia 200?
Tailwind Fuchsia 200 in OKLCH is oklch(0.903 0.073 320) — lightness 0.903, chroma 0.073, hue 320°. OKLCH is a perceptually uniform space supported natively in modern CSS via the `color()` function.
What is Tailwind Fuchsia 200 used for?
At shade 200, Tailwind Fuchsia 200 is best described as "Soft accent & border". Recommended uses: Focus ring outlines, Divider lines, Soft tag borders.