#fdaeef
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 174, 239
HSL
311°, 95%, 84%
CMYK
0, 31, 6, 1
Luminance
0.5739
Every format
| HEX | #fdaeef |
| RGB | rgb(253, 174, 239) |
| HSL | hsl(311, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 6%, 1%) |
| LAB | lab(80.4 38.6 -20.8) |
| LCH | lch(80.4 43.9 331.7) |
| OKLCH | oklch(0.846 0.123 333.1) |
Copy-ready code
/* CSS */
color: #fdaeef;
background-color: #fdaeef;
/* Tailwind (arbitrary) */
class="text-[#fdaeef] bg-[#fdaeef]"
/* SCSS */
$brand: #fdaeef;
/* SwiftUI */
Color(red: 0.992, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#fdaeef")Accessibility — WCAG contrast
Aa
#fdaeef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaeef on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow5.5%
Key (black)0.8%
Color previews
#fdaeef text on a black background
contrast 12.48:1
Card sample
#fdaeef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaeef;
Background color
Panel with #fdaeef background
background-color: #fdaeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaeef; background: linear-gradient(135deg, #fdaeef, #FDAEBA);