#fdacb9
a light, electric red · warm · closest name: pink
RGB
253, 172, 185
HSL
350°, 95%, 83%
CMYK
0, 32, 27, 1
Luminance
0.5389
Every format
| HEX | #fdacb9 |
| RGB | rgb(253, 172, 185) |
| HSL | hsl(350, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 27%, 1%) |
| LAB | lab(78.4 31.4 5.5) |
| LCH | lch(78.4 31.9 10.0) |
| OKLCH | oklch(0.826 0.096 8.8) |
Copy-ready code
/* CSS */
color: #fdacb9;
background-color: #fdacb9;
/* Tailwind (arbitrary) */
class="text-[#fdacb9] bg-[#fdacb9]"
/* SCSS */
$brand: #fdacb9;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.725)
/* Android */
Color.parseColor("#fdacb9")Accessibility — WCAG contrast
Aa
#fdacb9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacb9 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow26.9%
Key (black)0.8%
Color previews
#fdacb9 text on a black background
contrast 11.78:1
Card sample
#fdacb9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacb9;
Background color
Panel with #fdacb9 background
background-color: #fdacb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacb9; background: linear-gradient(135deg, #fdacb9, #FDD5AC);