#fdaac6
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 170, 198
HSL
340°, 95%, 83%
CMYK
0, 33, 22, 1
Luminance
0.5371
Every format
| HEX | #fdaac6 |
| RGB | rgb(253, 170, 198) |
| HSL | hsl(340, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 22%, 1%) |
| LAB | lab(78.3 34.3 -1.7) |
| LCH | lch(78.3 34.3 357.1) |
| OKLCH | oklch(0.826 0.103 357.7) |
Copy-ready code
/* CSS */
color: #fdaac6;
background-color: #fdaac6;
/* Tailwind (arbitrary) */
class="text-[#fdaac6] bg-[#fdaac6]"
/* SCSS */
$brand: #fdaac6;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.776)
/* Android */
Color.parseColor("#fdaac6")Accessibility — WCAG contrast
Aa
#fdaac6 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaac6 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow21.7%
Key (black)0.8%
Color previews
#fdaac6 text on a black background
contrast 11.74:1
Card sample
#fdaac6 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaac6;
Background color
Panel with #fdaac6 background
background-color: #fdaac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaac6; background: linear-gradient(135deg, #fdaac6, #FDC5AA);