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