#fdaada
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 218
HSL
325°, 95%, 83%
CMYK
0, 33, 14, 1
Luminance
0.5469
Every format
| HEX | #fdaada |
| RGB | rgb(253, 170, 218) |
| HSL | hsl(325, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 14%, 1%) |
| LAB | lab(78.9 37.3 -11.7) |
| LCH | lch(78.9 39.1 342.5) |
| OKLCH | oklch(0.832 0.114 344.2) |
Copy-ready code
/* CSS */
color: #fdaada;
background-color: #fdaada;
/* Tailwind (arbitrary) */
class="text-[#fdaada] bg-[#fdaada]"
/* SCSS */
$brand: #fdaada;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.855)
/* Android */
Color.parseColor("#fdaada")Accessibility — WCAG contrast
Aa
#fdaada on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaada on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow13.8%
Key (black)0.8%
Color previews
#fdaada text on a black background
contrast 11.94:1
Card sample
#fdaada text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaada;
Background color
Panel with #fdaada background
background-color: #fdaada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaada; background: linear-gradient(135deg, #fdaada, #FDB1AA);