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