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