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