#fdaedf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 174, 223
HSL
323°, 95%, 84%
CMYK
0, 31, 12, 1
Luminance
0.5648
Every format
| HEX | #fdaedf |
| RGB | rgb(253, 174, 223) |
| HSL | hsl(323, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 12%, 1%) |
| LAB | lab(79.9 36.0 -12.9) |
| LCH | lch(79.9 38.2 340.3) |
| OKLCH | oklch(0.841 0.111 342.0) |
Copy-ready code
/* CSS */
color: #fdaedf;
background-color: #fdaedf;
/* Tailwind (arbitrary) */
class="text-[#fdaedf] bg-[#fdaedf]"
/* SCSS */
$brand: #fdaedf;
/* SwiftUI */
Color(red: 0.992, green: 0.682, blue: 0.875)
/* Android */
Color.parseColor("#fdaedf")Accessibility — WCAG contrast
Aa
#fdaedf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaedf on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow11.9%
Key (black)0.8%
Color previews
#fdaedf text on a black background
contrast 12.30:1
Card sample
#fdaedf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaedf;
Background color
Panel with #fdaedf background
background-color: #fdaedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 174, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 174, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaedf; background: linear-gradient(135deg, #fdaedf, #FDB2AE);