#fdac9c
a light, electric red · warm · closest name: pink
RGB
253, 172, 156
HSL
10°, 96%, 80%
CMYK
0, 32, 38, 1
Luminance
0.5279
Every format
| HEX | #fdac9c |
| RGB | rgb(253, 172, 156) |
| HSL | hsl(10, 96%, 80%) |
| CMYK | cmyk(0%, 32%, 38%, 1%) |
| LAB | lab(77.8 27.8 20.3) |
| LCH | lch(77.8 34.4 36.2) |
| OKLCH | oklch(0.819 0.099 31.6) |
Copy-ready code
/* CSS */
color: #fdac9c;
background-color: #fdac9c;
/* Tailwind (arbitrary) */
class="text-[#fdac9c] bg-[#fdac9c]"
/* SCSS */
$brand: #fdac9c;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.612)
/* Android */
Color.parseColor("#fdac9c")Accessibility — WCAG contrast
Aa
#fdac9c on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac9c on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow38.3%
Key (black)0.8%
Color previews
#fdac9c text on a black background
contrast 11.56:1
Card sample
#fdac9c text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac9c;
Background color
Panel with #fdac9c background
background-color: #fdac9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac9c; background: linear-gradient(135deg, #fdac9c, #FDED9C);