#fdaeed
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 174, 237
HSL
312°, 95%, 84%
CMYK
0, 31, 6, 1
Luminance
0.5727
Every format
| HEX | #fdaeed |
| RGB | rgb(253, 174, 237) |
| HSL | hsl(312, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 6%, 1%) |
| LAB | lab(80.3 38.3 -19.8) |
| LCH | lch(80.3 43.1 332.7) |
| OKLCH | oklch(0.846 0.121 334.1) |
Copy-ready code
/* CSS */
color: #fdaeed;
background-color: #fdaeed;
/* Tailwind (arbitrary) */
class="text-[#fdaeed] bg-[#fdaeed]"
/* SCSS */
$brand: #fdaeed;
/* SwiftUI */
Color(red: 0.992, green: 0.682, blue: 0.929)
/* Android */
Color.parseColor("#fdaeed")Accessibility — WCAG contrast
Aa
#fdaeed on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaeed on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.2%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow6.3%
Key (black)0.8%
Color previews
#fdaeed text on a black background
contrast 12.45:1
Card sample
#fdaeed text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaeed;
Background color
Panel with #fdaeed background
background-color: #fdaeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 174, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 174, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaeed; background: linear-gradient(135deg, #fdaeed, #FDAEB8);