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