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