#fdafd1
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 175, 209
HSL
334°, 95%, 84%
CMYK
0, 31, 17, 1
Luminance
0.5615
Every format
| HEX | #fdafd1 |
| RGB | rgb(253, 175, 209) |
| HSL | hsl(334, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 17%, 1%) |
| LAB | lab(79.7 33.3 -5.6) |
| LCH | lch(79.7 33.7 350.4) |
| OKLCH | oklch(0.838 0.100 351.7) |
Copy-ready code
/* CSS */
color: #fdafd1;
background-color: #fdafd1;
/* Tailwind (arbitrary) */
class="text-[#fdafd1] bg-[#fdafd1]"
/* SCSS */
$brand: #fdafd1;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#fdafd1")Accessibility — WCAG contrast
Aa
#fdafd1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafd1 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow17.4%
Key (black)0.8%
Color previews
#fdafd1 text on a black background
contrast 12.23:1
Card sample
#fdafd1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafd1;
Background color
Panel with #fdafd1 background
background-color: #fdafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafd1; background: linear-gradient(135deg, #fdafd1, #FDC1AF);