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