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