#feabf4
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 171, 244
HSL
307°, 98%, 83%
CMYK
0, 33, 4, 0
Luminance
0.5673
Every format
| HEX | #feabf4 |
| RGB | rgb(254, 171, 244) |
| HSL | hsl(307, 98%, 83%) |
| CMYK | cmyk(0%, 33%, 4%, 0%) |
| LAB | lab(80.0 41.4 -24.0) |
| LCH | lch(80.0 47.9 329.9) |
| OKLCH | oklch(0.844 0.134 331.0) |
Copy-ready code
/* CSS */
color: #feabf4;
background-color: #feabf4;
/* Tailwind (arbitrary) */
class="text-[#feabf4] bg-[#feabf4]"
/* SCSS */
$brand: #feabf4;
/* SwiftUI */
Color(red: 0.996, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#feabf4")Accessibility — WCAG contrast
Aa
#feabf4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feabf4 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow3.9%
Key (black)0.4%
Color previews
#feabf4 text on a black background
contrast 12.35:1
Card sample
#feabf4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feabf4;
Background color
Panel with #feabf4 background
background-color: #feabf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feabf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feabf4; background: linear-gradient(135deg, #feabf4, #FEABBD);