#fda7ae
a light, electric red · warm · closest name: pink
RGB
253, 167, 174
HSL
355°, 96%, 82%
CMYK
0, 34, 31, 1
Luminance
0.5158
Every format
| HEX | #fda7ae |
| RGB | rgb(253, 167, 174) |
| HSL | hsl(355, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 31%, 1%) |
| LAB | lab(77.0 32.6 9.5) |
| LCH | lch(77.0 33.9 16.3) |
| OKLCH | oklch(0.814 0.102 14.2) |
Copy-ready code
/* CSS */
color: #fda7ae;
background-color: #fda7ae;
/* Tailwind (arbitrary) */
class="text-[#fda7ae] bg-[#fda7ae]"
/* SCSS */
$brand: #fda7ae;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.682)
/* Android */
Color.parseColor("#fda7ae")Accessibility — WCAG contrast
Aa
#fda7ae on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7ae on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow31.2%
Key (black)0.8%
Color previews
#fda7ae text on a black background
contrast 11.32:1
Card sample
#fda7ae text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7ae;
Background color
Panel with #fda7ae background
background-color: #fda7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7ae; background: linear-gradient(135deg, #fda7ae, #FDD9A7);