#fdafe4
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 228
HSL
319°, 95%, 84%
CMYK
0, 31, 10, 1
Luminance
0.5714
Every format
| HEX | #fdafe4 |
| RGB | rgb(253, 175, 228) |
| HSL | hsl(319, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 10%, 1%) |
| LAB | lab(80.3 36.3 -15.1) |
| LCH | lch(80.3 39.3 337.5) |
| OKLCH | oklch(0.844 0.113 339.2) |
Copy-ready code
/* CSS */
color: #fdafe4;
background-color: #fdafe4;
/* Tailwind (arbitrary) */
class="text-[#fdafe4] bg-[#fdafe4]"
/* SCSS */
$brand: #fdafe4;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.894)
/* Android */
Color.parseColor("#fdafe4")Accessibility — WCAG contrast
Aa
#fdafe4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafe4 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow9.9%
Key (black)0.8%
Color previews
#fdafe4 text on a black background
contrast 12.43:1
Card sample
#fdafe4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafe4;
Background color
Panel with #fdafe4 background
background-color: #fdafe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafe4; background: linear-gradient(135deg, #fdafe4, #FDAFB0);