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