Skip to content

#fda0d2

a light, electric magenta / pink · warm · closest name: Plum

RGB
253, 160, 210
HSL
328°, 96%, 81%
CMYK
0, 37, 17, 1
Luminance
0.5068

At a glance

Every number on this page in one read: what #fda0d2 is made of, how bright it looks, and which way it leans.

Hex
#fda0d2
Hue
328°
magenta / pink
Saturation
96%
electric
Lightness
81%
light
Brightness
99%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5068
WCAG relative
Temperature
Warm
35/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
11.14:1
Closest name
Plum
ΔE2000 7.8
Where it sits
Hue328° of 360°
Saturation96%
Lightness81%
Temperature
Warm ← → Cool35% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#fda0d2
RGBrgb(253, 160, 210)
HSLhsl(328, 96%, 81%)
CMYKcmyk(0%, 37%, 17%, 1%)
LABlab(76.5 41.2 -10.9)
LCHlch(76.5 42.6 345.1)
OKLCHoklch(0.814 0.126 346.8)
Decimal16621778
Display P3color(display-p3 0.992 0.627 0.824)

Copy-ready code

/* CSS */
color: #fda0d2;
background-color: #fda0d2;
/* Tailwind (arbitrary) */
class="text-[#fda0d2] bg-[#fda0d2]"
/* SCSS */
$brand: #fda0d2;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.824)
/* Android */
Color.parseColor("#fda0d2")
/* Flutter */
Color(0xFFFDA0D2)
/* Python / OpenCV (BGR) */
(210, 160, 253)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #fda0d2 · 11.14:1
Use #000000AAA at every size.
Aa
White text · 1.89:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.14:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fda0d2 as text scores 1.89:1 on white and 11.14:1 on black.

Accessibility — WCAG contrast

Aa
#fda0d2 on white: 1.89:1
AA ✗ fail · AA-large · AAA
Aa
#fda0d2 on black: 11.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A7B3D4
deuteranopia · #BEC2D0
tritanopia · #FF9FB2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fda0d2 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FDF1F8
#FCE4F1
#FAC1E0
#fda0d2
#FC5AB1
#FA2397
#F00583
#C8046D
#A00358
#730741
#480529
Base = 300Lightest = 50 · #FDF1F8Darkest = 950 · #480529
:root {
  --brand-50: #FDF1F8;
  --brand-100: #FCE4F1;
  --brand-200: #FAC1E0;
  --brand-300: #fda0d2;
  --brand-400: #FC5AB1;
  --brand-500: #FA2397;
  --brand-600: #F00583;
  --brand-700: #C8046D;
  --brand-800: #A00358;
  --brand-900: #730741;
  --brand-950: #480529;
  --brand: #fda0d2;
  --brand-ink: #000000;
}

Colors that work with #fda0d2

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F8
Tinted page background
Border#EDC0D8
Hairlines and dividers
Muted text#9B4B76
Captions on the surface
Accent#00CC2C
Second voice, not a rival
Dark variant#7D0344
Hover, pressed, headers
Light variant#FEE6F3
Selected rows, tints
Dark surface#24141D
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #fda0d2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#A0FDCB
Analogous left#F9A0FD
Analogous right#FDA0A4
Split-complement 1#A4FDA0
Split-complement 2#A0FDF9
Triadic 1#D2FDA0
Triadic 2#A0D2FD
Tetradic#FDF9A0

RGB percentages

Red99.2%
Green62.7%
Blue82.4%

CMYK percentages

Cyan0.0%
Magenta36.8%
Yellow17.0%
Key (black)0.8%

Color previews

#fda0d2 text on a black background

contrast 11.14:1

Card sample

#fda0d2 text on a white background

contrast 1.89:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #fda0d2;
Background color
Panel with #fda0d2 background
background-color: #fda0d2;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #fda0d2;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(253, 160, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda0d2;
background: linear-gradient(135deg, #fda0d2, #FDACA0);

Monochromatic scale

Palettes built from #fda0d2

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#fda0d2 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#fda0d2, answered

What color is #fda0d2?

#fda0d2 is a light electric magenta / pink, closest to Plum (ΔE2000 7.8). It sits at 328° on the hue wheel with 96% saturation and 81% lightness, which reads as warm.

What is the RGB value of #fda0d2?

rgb(253, 160, 210) — 253 red, 160 green and 210 blue out of 255, or 99.2% / 62.7% / 82.4% by channel.

Is #fda0d2 a light or a dark color?

It is a light color. Relative luminance is 0.5068 and perceived brightness is 78%, so black text on it reaches 11.14:1.

Should I use black or white text on #fda0d2?

Black. It scores 11.14:1 against #fda0d2, versus 1.89:1 for white — AAA at any size.

What is the complementary color of #fda0d2?

#A0FDCB sits directly opposite on the wheel. Softer options are the split-complements #A4FDA0 and #A0FDF9, which give the same contrast with far less vibration.

What colors go well with #fda0d2?

For interface work: #FAF4F8 as the surface, #EDC0D8 for borders, #9B4B76 for secondary text, #00CC2C as an accent and #7D0344 for hover and pressed states. For a palette, the analogous pair #F9A0FD and #FDA0A4 stays calm, while #A0FDCB is the loudest partner.

What is #fda0d2 in CMYK for printing?

cmyk(0%, 37%, 17%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #fda0d2 warm or cool?

Warm — it scores 35 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDA0B0; nudged cooler, #FE9FF5.

Work with #fda0d2 in the Color Lab