#fdadc4
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 173, 196
HSL
343°, 95%, 84%
CMYK
0, 32, 23, 1
Luminance
0.5476
Every format
| HEX | #fdadc4 |
| RGB | rgb(253, 173, 196) |
| HSL | hsl(343, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 23%, 1%) |
| LAB | lab(78.9 32.4 0.3) |
| LCH | lch(78.9 32.4 0.5) |
| OKLCH | oklch(0.831 0.098 0.7) |
Copy-ready code
/* CSS */
color: #fdadc4;
background-color: #fdadc4;
/* Tailwind (arbitrary) */
class="text-[#fdadc4] bg-[#fdadc4]"
/* SCSS */
$brand: #fdadc4;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.769)
/* Android */
Color.parseColor("#fdadc4")Accessibility — WCAG contrast
Aa
#fdadc4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadc4 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow22.5%
Key (black)0.8%
Color previews
#fdadc4 text on a black background
contrast 11.95:1
Card sample
#fdadc4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadc4;
Background color
Panel with #fdadc4 background
background-color: #fdadc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadc4; background: linear-gradient(135deg, #fdadc4, #FDCBAD);