#fd97ae
a light, electric red · warm · closest name: pink
RGB
253, 151, 174
HSL
347°, 96%, 79%
CMYK
0, 40, 31, 1
Luminance
0.4607
Every format
| HEX | #fd97ae |
| RGB | rgb(253, 151, 174) |
| HSL | hsl(347, 96%, 79%) |
| CMYK | cmyk(0%, 40%, 31%, 1%) |
| LAB | lab(73.6 40.9 4.6) |
| LCH | lch(73.6 41.1 6.4) |
| OKLCH | oklch(0.788 0.124 5.8) |
Copy-ready code
/* CSS */
color: #fd97ae;
background-color: #fd97ae;
/* Tailwind (arbitrary) */
class="text-[#fd97ae] bg-[#fd97ae]"
/* SCSS */
$brand: #fd97ae;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.682)
/* Android */
Color.parseColor("#fd97ae")Accessibility — WCAG contrast
Aa
#fd97ae on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd97ae on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow31.2%
Key (black)0.8%
Color previews
#fd97ae text on a black background
contrast 10.21:1
Card sample
#fd97ae text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd97ae;
Background color
Panel with #fd97ae background
background-color: #fd97ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd97ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd97ae; background: linear-gradient(135deg, #fd97ae, #FDC497);