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