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