#feafab
a light, electric red · warm · closest name: pink
RGB
254, 175, 171
HSL
3°, 98%, 83%
CMYK
0, 31, 33, 0
Luminance
0.5467
Every format
| HEX | #feafab |
| RGB | rgb(254, 175, 171) |
| HSL | hsl(3, 98%, 83%) |
| CMYK | cmyk(0%, 31%, 33%, 0%) |
| LAB | lab(78.8 28.4 13.8) |
| LCH | lch(78.8 31.5 25.9) |
| OKLCH | oklch(0.829 0.093 22.5) |
Copy-ready code
/* CSS */
color: #feafab;
background-color: #feafab;
/* Tailwind (arbitrary) */
class="text-[#feafab] bg-[#feafab]"
/* SCSS */
$brand: #feafab;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#feafab")Accessibility — WCAG contrast
Aa
#feafab on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafab on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow32.7%
Key (black)0.4%
Color previews
#feafab text on a black background
contrast 11.93:1
Card sample
#feafab text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafab;
Background color
Panel with #feafab background
background-color: #feafab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafab; background: linear-gradient(135deg, #feafab, #FEE6AB);