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