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