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