Skip to content

#fdc2d4

a pale, electric magenta / pink · warm · closest name: Pink

RGB
253, 194, 212
HSL
342°, 94%, 88%
CMYK
0, 23, 16, 1
Luminance
0.6422

At a glance

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

Hex
#fdc2d4
Hue
342°
magenta / pink
Saturation
94%
electric
Lightness
88%
pale
Brightness
99%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6422
WCAG relative
Temperature
Warm
27/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.84:1
Closest name
Pink
ΔE2000 2.7
Where it sits
Hue342° of 360°
Saturation94%
Lightness88%
Temperature
Warm ← → Cool27% 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#fdc2d4
RGBrgb(253, 194, 212)
HSLhsl(342, 94%, 88%)
CMYKcmyk(0%, 23%, 16%, 1%)
LABlab(84.1 23.7 -0.8)
LCHlch(84.1 23.8 358.1)
OKLCHoklch(0.872 0.071 358.6)
Decimal16630484
Display P3color(display-p3 0.992 0.761 0.831)

Copy-ready code

/* CSS */
color: #fdc2d4;
background-color: #fdc2d4;
/* Tailwind (arbitrary) */
class="text-[#fdc2d4] bg-[#fdc2d4]"
/* SCSS */
$brand: #fdc2d4;
/* SwiftUI */
Color(red: 0.992, green: 0.761, blue: 0.831)
/* Android */
Color.parseColor("#fdc2d4")
/* Flutter */
Color(0xFFFDC2D4)
/* Python / OpenCV (BGR) */
(212, 194, 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 #fdc2d4 · 13.84:1
Use #000000AAA at every size.
Aa
White text · 1.52:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.84:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fdc2d4 as text scores 1.52:1 on white and 13.84:1 on black.

Accessibility — WCAG contrast

Aa
#fdc2d4 on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#fdc2d4 on black: 13.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C9CCD5
deuteranopia · #D6D6D3
tritanopia · #FFBFC8

Color scale — 50 to 950

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

#FDF2F5
#FBE4EB
#fdc2d4
#FB92B2
#FA5C8C
#F82666
#ED084E
#C60641
#9E0534
#720829
#470519
Base = 200Lightest = 50 · #FDF2F5Darkest = 950 · #470519
:root {
  --brand-50: #FDF2F5;
  --brand-100: #FBE4EB;
  --brand-200: #fdc2d4;
  --brand-300: #FB92B2;
  --brand-400: #FA5C8C;
  --brand-500: #F82666;
  --brand-600: #ED084E;
  --brand-700: #C60641;
  --brand-800: #9E0534;
  --brand-900: #720829;
  --brand-950: #470519;
  --brand: #fdc2d4;
  --brand-ink: #000000;
}

Colors that work with #fdc2d4

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#FAF4F6
Tinted page background
Border#EDC0CD
Hairlines and dividers
Muted text#9B4B63
Captions on the surface
Accent#03C95C
Second voice, not a rival
Dark variant#7B0428
Hover, pressed, headers
Light variant#FEE6EE
Selected rows, tints
Dark surface#241419
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 #fdc2d4

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#C2FDEB
Analogous left#FDC2F1
Analogous right#FDCDC2
Split-complement 1#C2FDCD
Split-complement 2#C2F1FD
Triadic 1#D4FDC2
Triadic 2#C2D4FD
Tetradic#F1FDC2

RGB percentages

Red99.2%
Green76.1%
Blue83.1%

CMYK percentages

Cyan0.0%
Magenta23.3%
Yellow16.2%
Key (black)0.8%

Color previews

#fdc2d4 text on a black background

contrast 13.84:1

Card sample

#fdc2d4 text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fdc2d4

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.

#fdc2d4 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.

#fdc2d4, answered

What color is #fdc2d4?

#fdc2d4 is a pale electric magenta / pink, closest to Pink (ΔE2000 2.7). It sits at 342° on the hue wheel with 94% saturation and 88% lightness, which reads as warm.

What is the RGB value of #fdc2d4?

rgb(253, 194, 212) — 253 red, 194 green and 212 blue out of 255, or 99.2% / 76.1% / 83.1% by channel.

Is #fdc2d4 a light or a dark color?

It is a light color. Relative luminance is 0.6422 and perceived brightness is 84%, so black text on it reaches 13.84:1.

Should I use black or white text on #fdc2d4?

Black. It scores 13.84:1 against #fdc2d4, versus 1.52:1 for white — AAA at any size.

What is the complementary color of #fdc2d4?

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

What colors go well with #fdc2d4?

For interface work: #FAF4F6 as the surface, #EDC0CD for borders, #9B4B63 for secondary text, #03C95C as an accent and #7B0428 for hover and pressed states. For a palette, the analogous pair #FDC2F1 and #FDCDC2 stays calm, while #C2FDEB is the loudest partner.

What is #fdc2d4 in CMYK for printing?

cmyk(0%, 23%, 16%, 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 #fdc2d4 warm or cool?

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

Work with #fdc2d4 in the Color Lab