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