#feabc9
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 171, 201
HSL
338°, 98%, 83%
CMYK
0, 33, 21, 0
Luminance
0.5441
Every format
| HEX | #feabc9 |
| RGB | rgb(254, 171, 201) |
| HSL | hsl(338, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 21%, 0%) |
| LAB | lab(78.7 34.5 -2.7) |
| LCH | lch(78.7 34.6 355.5) |
| OKLCH | oklch(0.830 0.104 356.3) |
Copy-ready code
/* CSS */
color: #feabc9;
background-color: #feabc9;
/* Tailwind (arbitrary) */
class="text-[#feabc9] bg-[#feabc9]"
/* SCSS */
$brand: #feabc9;
/* SwiftUI */
Color(red: 0.996, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#feabc9")Accessibility — WCAG contrast
Aa
#feabc9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feabc9 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow20.9%
Key (black)0.4%
Color previews
#feabc9 text on a black background
contrast 11.88:1
Card sample
#feabc9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feabc9;
Background color
Panel with #feabc9 background
background-color: #feabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feabc9; background: linear-gradient(135deg, #feabc9, #FEC4AB);