#fdaaf7
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 247
HSL
304°, 95%, 83%
CMYK
0, 33, 2, 1
Luminance
0.5635
Every format
| HEX | #fdaaf7 |
| RGB | rgb(253, 170, 247) |
| HSL | hsl(304, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 2%, 1%) |
| LAB | lab(79.8 42.1 -26.0) |
| LCH | lch(79.8 49.5 328.3) |
| OKLCH | oklch(0.843 0.137 329.2) |
Copy-ready code
/* CSS */
color: #fdaaf7;
background-color: #fdaaf7;
/* Tailwind (arbitrary) */
class="text-[#fdaaf7] bg-[#fdaaf7]"
/* SCSS */
$brand: #fdaaf7;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.969)
/* Android */
Color.parseColor("#fdaaf7")Accessibility — WCAG contrast
Aa
#fdaaf7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaaf7 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow2.4%
Key (black)0.8%
Color previews
#fdaaf7 text on a black background
contrast 12.27:1
Card sample
#fdaaf7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaaf7;
Background color
Panel with #fdaaf7 background
background-color: #fdaaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaaf7; background: linear-gradient(135deg, #fdaaf7, #FDAAC0);