#fdaac0
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 170, 192
HSL
344°, 95%, 83%
CMYK
0, 33, 24, 1
Luminance
0.5344
Every format
| HEX | #fdaac0 |
| RGB | rgb(253, 170, 192) |
| HSL | hsl(344, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 24%, 1%) |
| LAB | lab(78.1 33.4 1.3) |
| LCH | lch(78.1 33.4 2.3) |
| OKLCH | oklch(0.824 0.101 2.2) |
Copy-ready code
/* CSS */
color: #fdaac0;
background-color: #fdaac0;
/* Tailwind (arbitrary) */
class="text-[#fdaac0] bg-[#fdaac0]"
/* SCSS */
$brand: #fdaac0;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.753)
/* Android */
Color.parseColor("#fdaac0")Accessibility — WCAG contrast
Aa
#fdaac0 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaac0 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow24.1%
Key (black)0.8%
Color previews
#fdaac0 text on a black background
contrast 11.69:1
Card sample
#fdaac0 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaac0;
Background color
Panel with #fdaac0 background
background-color: #fdaac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaac0; background: linear-gradient(135deg, #fdaac0, #FDCBAA);