#fdadae
a light, electric red · warm · closest name: pink
RGB
253, 173, 174
HSL
359°, 95%, 84%
CMYK
0, 32, 31, 1
Luminance
0.5383
Every format
| HEX | #fdadae |
| RGB | rgb(253, 173, 174) |
| HSL | hsl(359, 95%, 84%) |
| CMYK | cmyk(0%, 32%, 31%, 1%) |
| LAB | lab(78.4 29.4 11.4) |
| LCH | lch(78.4 31.6 21.2) |
| OKLCH | oklch(0.825 0.094 18.5) |
Copy-ready code
/* CSS */
color: #fdadae;
background-color: #fdadae;
/* Tailwind (arbitrary) */
class="text-[#fdadae] bg-[#fdadae]"
/* SCSS */
$brand: #fdadae;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.682)
/* Android */
Color.parseColor("#fdadae")Accessibility — WCAG contrast
Aa
#fdadae on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdadae on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow31.2%
Key (black)0.8%
Color previews
#fdadae text on a black background
contrast 11.77:1
Card sample
#fdadae text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdadae;
Background color
Panel with #fdadae background
background-color: #fdadae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdadae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdadae; background: linear-gradient(135deg, #fdadae, #FDE1AD);