#fdadce
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 173, 206
HSL
335°, 95%, 84%
CMYK
0, 32, 19, 1
Luminance
0.5523
Every format
| HEX | #fdadce |
| RGB | rgb(253, 173, 206) |
| HSL | hsl(335, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 19%, 1%) |
| LAB | lab(79.2 33.9 -4.8) |
| LCH | lch(79.2 34.2 352.0) |
| OKLCH | oklch(0.834 0.102 353.1) |
Copy-ready code
/* CSS */
color: #fdadce;
background-color: #fdadce;
/* Tailwind (arbitrary) */
class="text-[#fdadce] bg-[#fdadce]"
/* SCSS */
$brand: #fdadce;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#fdadce")Accessibility — WCAG contrast
Aa
#fdadce on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadce on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow18.6%
Key (black)0.8%
Color previews
#fdadce text on a black background
contrast 12.05:1
Card sample
#fdadce text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadce;
Background color
Panel with #fdadce background
background-color: #fdadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadce; background: linear-gradient(135deg, #fdadce, #FDC1AD);