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