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