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