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