#fdaace
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 170, 206
HSL
334°, 95%, 83%
CMYK
0, 33, 19, 1
Luminance
0.5409
Every format
| HEX | #fdaace |
| RGB | rgb(253, 170, 206) |
| HSL | hsl(334, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 19%, 1%) |
| LAB | lab(78.5 35.4 -5.7) |
| LCH | lch(78.5 35.9 350.8) |
| OKLCH | oklch(0.829 0.107 352.1) |
Copy-ready code
/* CSS */
color: #fdaace;
background-color: #fdaace;
/* Tailwind (arbitrary) */
class="text-[#fdaace] bg-[#fdaace]"
/* SCSS */
$brand: #fdaace;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#fdaace")Accessibility — WCAG contrast
Aa
#fdaace on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaace on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow18.6%
Key (black)0.8%
Color previews
#fdaace text on a black background
contrast 11.82:1
Card sample
#fdaace text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaace;
Background color
Panel with #fdaace background
background-color: #fdaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaace; background: linear-gradient(135deg, #fdaace, #FDBDAA);