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