#fe5af6
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 90, 246
HSL
303°, 99%, 68%
CMYK
0, 65, 3, 0
Luminance
0.3504
Every format
| HEX | #fe5af6 |
| RGB | rgb(254, 90, 246) |
| HSL | hsl(303, 99%, 68%) |
| CMYK | cmyk(0%, 65%, 3%, 0%) |
| LAB | lab(65.8 79.2 -47.2) |
| LCH | lch(65.8 92.2 329.2) |
| OKLCH | oklch(0.739 0.259 329.8) |
Copy-ready code
/* CSS */
color: #fe5af6;
background-color: #fe5af6;
/* Tailwind (arbitrary) */
class="text-[#fe5af6] bg-[#fe5af6]"
/* SCSS */
$brand: #fe5af6;
/* SwiftUI */
Color(red: 0.996, green: 0.353, blue: 0.965)
/* Android */
Color.parseColor("#fe5af6")Accessibility — WCAG contrast
Aa
#fe5af6 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5af6 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green35.3%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow3.1%
Key (black)0.4%
Color previews
#fe5af6 text on a black background
contrast 8.01:1
Card sample
#fe5af6 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5af6;
Background color
Panel with #fe5af6 background
background-color: #fe5af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 90, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 90, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5af6; background: linear-gradient(135deg, #fe5af6, #FE5A89);