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