#fea7ae
a light, electric red · warm · closest name: pink
RGB
254, 167, 174
HSL
355°, 98%, 83%
CMYK
0, 34, 32, 0
Luminance
0.5176
Every format
| HEX | #fea7ae |
| RGB | rgb(254, 167, 174) |
| HSL | hsl(355, 98%, 83%) |
| CMYK | cmyk(0%, 34%, 32%, 0%) |
| LAB | lab(77.1 32.9 9.7) |
| LCH | lch(77.1 34.3 16.4) |
| OKLCH | oklch(0.816 0.103 14.3) |
Copy-ready code
/* CSS */
color: #fea7ae;
background-color: #fea7ae;
/* Tailwind (arbitrary) */
class="text-[#fea7ae] bg-[#fea7ae]"
/* SCSS */
$brand: #fea7ae;
/* SwiftUI */
Color(red: 0.996, green: 0.655, blue: 0.682)
/* Android */
Color.parseColor("#fea7ae")Accessibility — WCAG contrast
Aa
#fea7ae on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea7ae on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow31.5%
Key (black)0.4%
Color previews
#fea7ae text on a black background
contrast 11.35:1
Card sample
#fea7ae text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea7ae;
Background color
Panel with #fea7ae background
background-color: #fea7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 167, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 167, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea7ae; background: linear-gradient(135deg, #fea7ae, #FEDAA7);