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