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