#fdaecc
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 174, 204
HSL
337°, 95%, 84%
CMYK
0, 31, 19, 1
Luminance
0.5551
Every format
| HEX | #fdaecc |
| RGB | rgb(253, 174, 204) |
| HSL | hsl(337, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 19%, 1%) |
| LAB | lab(79.3 33.0 -3.4) |
| LCH | lch(79.3 33.2 354.1) |
| OKLCH | oklch(0.835 0.099 355.0) |
Copy-ready code
/* CSS */
color: #fdaecc;
background-color: #fdaecc;
/* Tailwind (arbitrary) */
class="text-[#fdaecc] bg-[#fdaecc]"
/* SCSS */
$brand: #fdaecc;
/* SwiftUI */
Color(red: 0.992, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#fdaecc")Accessibility — WCAG contrast
Aa
#fdaecc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaecc on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow19.4%
Key (black)0.8%
Color previews
#fdaecc text on a black background
contrast 12.10:1
Card sample
#fdaecc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaecc;
Background color
Panel with #fdaecc background
background-color: #fdaecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaecc; background: linear-gradient(135deg, #fdaecc, #FDC5AE);