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