#fe2ae2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 42, 226
HSL
308°, 99%, 58%
CMYK
0, 84, 11, 0
Luminance
0.2822
Every format
| HEX | #fe2ae2 |
| RGB | rgb(254, 42, 226) |
| HSL | hsl(308, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 11%, 0%) |
| LAB | lab(60.1 89.8 -45.0) |
| LCH | lch(60.1 100.4 333.4) |
| OKLCH | oklch(0.695 0.290 334.8) |
Copy-ready code
/* CSS */
color: #fe2ae2;
background-color: #fe2ae2;
/* Tailwind (arbitrary) */
class="text-[#fe2ae2] bg-[#fe2ae2]"
/* SCSS */
$brand: #fe2ae2;
/* SwiftUI */
Color(red: 0.996, green: 0.165, blue: 0.886)
/* Android */
Color.parseColor("#fe2ae2")Accessibility — WCAG contrast
Aa
#fe2ae2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2ae2 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow11.0%
Key (black)0.4%
Color previews
#fe2ae2 text on a black background
contrast 6.64:1
Card sample
#fe2ae2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2ae2;
Background color
Panel with #fe2ae2 background
background-color: #fe2ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 42, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 42, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2ae2; background: linear-gradient(135deg, #fe2ae2, #FE2A55);