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