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