#fdacaa
a light, electric red · warm · closest name: pink
RGB
253, 172, 170
HSL
1°, 95%, 83%
CMYK
0, 32, 33, 1
Luminance
0.5329
Every format
| HEX | #fdacaa |
| RGB | rgb(253, 172, 170) |
| HSL | hsl(1, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 33%, 1%) |
| LAB | lab(78.0 29.5 13.2) |
| LCH | lch(78.0 32.3 24.1) |
| OKLCH | oklch(0.822 0.096 20.9) |
Copy-ready code
/* CSS */
color: #fdacaa;
background-color: #fdacaa;
/* Tailwind (arbitrary) */
class="text-[#fdacaa] bg-[#fdacaa]"
/* SCSS */
$brand: #fdacaa;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.667)
/* Android */
Color.parseColor("#fdacaa")Accessibility — WCAG contrast
Aa
#fdacaa on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacaa on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow32.8%
Key (black)0.8%
Color previews
#fdacaa text on a black background
contrast 11.66:1
Card sample
#fdacaa text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacaa;
Background color
Panel with #fdacaa background
background-color: #fdacaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacaa; background: linear-gradient(135deg, #fdacaa, #FDE3AA);