#fdadf3
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 173, 243
HSL
308°, 95%, 84%
CMYK
0, 32, 4, 1
Luminance
0.5724
Every format
| HEX | #fdadf3 |
| RGB | rgb(253, 173, 243) |
| HSL | hsl(308, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 4%, 1%) |
| LAB | lab(80.3 39.9 -23.1) |
| LCH | lch(80.3 46.0 330.0) |
| OKLCH | oklch(0.846 0.129 331.1) |
Copy-ready code
/* CSS */
color: #fdadf3;
background-color: #fdadf3;
/* Tailwind (arbitrary) */
class="text-[#fdadf3] bg-[#fdadf3]"
/* SCSS */
$brand: #fdadf3;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.953)
/* Android */
Color.parseColor("#fdadf3")Accessibility — WCAG contrast
Aa
#fdadf3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadf3 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow4.0%
Key (black)0.8%
Color previews
#fdadf3 text on a black background
contrast 12.45:1
Card sample
#fdadf3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadf3;
Background color
Panel with #fdadf3 background
background-color: #fdadf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadf3; background: linear-gradient(135deg, #fdadf3, #FDADBE);