#fda4ac
a light, electric red · warm · closest name: pink
RGB
253, 164, 172
HSL
355°, 96%, 82%
CMYK
0, 35, 32, 1
Luminance
0.5041
Every format
| HEX | #fda4ac |
| RGB | rgb(253, 164, 172) |
| HSL | hsl(355, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 32%, 1%) |
| LAB | lab(76.3 33.9 9.6) |
| LCH | lch(76.3 35.2 15.9) |
| OKLCH | oklch(0.809 0.106 13.8) |
Copy-ready code
/* CSS */
color: #fda4ac;
background-color: #fda4ac;
/* Tailwind (arbitrary) */
class="text-[#fda4ac] bg-[#fda4ac]"
/* SCSS */
$brand: #fda4ac;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.675)
/* Android */
Color.parseColor("#fda4ac")Accessibility — WCAG contrast
Aa
#fda4ac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda4ac on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow32.0%
Key (black)0.8%
Color previews
#fda4ac text on a black background
contrast 11.08:1
Card sample
#fda4ac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda4ac;
Background color
Panel with #fda4ac background
background-color: #fda4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda4ac; background: linear-gradient(135deg, #fda4ac, #FDD7A4);