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