#fdadfe
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 173, 254
HSL
299°, 98%, 84%
CMYK
0, 32, 0, 0
Luminance
0.5793
Every format
| HEX | #fdadfe |
| RGB | rgb(253, 173, 254) |
| HSL | hsl(299, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 0%, 0%) |
| LAB | lab(80.7 41.8 -28.4) |
| LCH | lch(80.7 50.5 325.8) |
| OKLCH | oklch(0.850 0.139 326.3) |
Copy-ready code
/* CSS */
color: #fdadfe;
background-color: #fdadfe;
/* Tailwind (arbitrary) */
class="text-[#fdadfe] bg-[#fdadfe]"
/* SCSS */
$brand: #fdadfe;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#fdadfe")Accessibility — WCAG contrast
Aa
#fdadfe on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadfe on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fdadfe text on a black background
contrast 12.59:1
Card sample
#fdadfe text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadfe;
Background color
Panel with #fdadfe background
background-color: #fdadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadfe; background: linear-gradient(135deg, #fdadfe, #FEADC9);