#fdaccc
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 172, 204
HSL
336°, 95%, 83%
CMYK
0, 32, 19, 1
Luminance
0.5475
Every format
| HEX | #fdaccc |
| RGB | rgb(253, 172, 204) |
| HSL | hsl(336, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 19%, 1%) |
| LAB | lab(78.9 34.1 -4.1) |
| LCH | lch(78.9 34.3 353.2) |
| OKLCH | oklch(0.831 0.102 354.2) |
Copy-ready code
/* CSS */
color: #fdaccc;
background-color: #fdaccc;
/* Tailwind (arbitrary) */
class="text-[#fdaccc] bg-[#fdaccc]"
/* SCSS */
$brand: #fdaccc;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.800)
/* Android */
Color.parseColor("#fdaccc")Accessibility — WCAG contrast
Aa
#fdaccc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaccc on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow19.4%
Key (black)0.8%
Color previews
#fdaccc text on a black background
contrast 11.95:1
Card sample
#fdaccc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaccc;
Background color
Panel with #fdaccc background
background-color: #fdaccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaccc; background: linear-gradient(135deg, #fdaccc, #FDC2AC);