#fe4afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 74, 251
HSL
301°, 99%, 64%
CMYK
0, 71, 1, 0
Luminance
0.3293
Every format
| HEX | #fe4afb |
| RGB | rgb(254, 74, 251) |
| HSL | hsl(301, 99%, 64%) |
| CMYK | cmyk(0%, 71%, 1%, 0%) |
| LAB | lab(64.1 85.4 -52.6) |
| LCH | lch(64.1 100.3 328.4) |
| OKLCH | oklch(0.728 0.280 328.7) |
Copy-ready code
/* CSS */
color: #fe4afb;
background-color: #fe4afb;
/* Tailwind (arbitrary) */
class="text-[#fe4afb] bg-[#fe4afb]"
/* SCSS */
$brand: #fe4afb;
/* SwiftUI */
Color(red: 0.996, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#fe4afb")Accessibility — WCAG contrast
Aa
#fe4afb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4afb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green29.0%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow1.2%
Key (black)0.4%
Color previews
#fe4afb text on a black background
contrast 7.59:1
Card sample
#fe4afb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4afb;
Background color
Panel with #fe4afb background
background-color: #fe4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4afb; background: linear-gradient(135deg, #fe4afb, #FE4A83);