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