#fdaade
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 222
HSL
322°, 95%, 83%
CMYK
0, 33, 12, 1
Luminance
0.5491
Every format
| HEX | #fdaade |
| RGB | rgb(253, 170, 222) |
| HSL | hsl(322, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 12%, 1%) |
| LAB | lab(79.0 37.9 -13.7) |
| LCH | lch(79.0 40.3 340.1) |
| OKLCH | oklch(0.834 0.117 341.9) |
Copy-ready code
/* CSS */
color: #fdaade;
background-color: #fdaade;
/* Tailwind (arbitrary) */
class="text-[#fdaade] bg-[#fdaade]"
/* SCSS */
$brand: #fdaade;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#fdaade")Accessibility — WCAG contrast
Aa
#fdaade on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaade on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow12.3%
Key (black)0.8%
Color previews
#fdaade text on a black background
contrast 11.98:1
Card sample
#fdaade text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaade;
Background color
Panel with #fdaade background
background-color: #fdaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaade; background: linear-gradient(135deg, #fdaade, #FDADAA);