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