#fe1af2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 26, 242
HSL
303°, 99%, 55%
CMYK
0, 90, 5, 0
Luminance
0.2822
Every format
| HEX | #fe1af2 |
| RGB | rgb(254, 26, 242) |
| HSL | hsl(303, 99%, 55%) |
| CMYK | cmyk(0%, 90%, 5%, 0%) |
| LAB | lab(60.1 94.3 -54.0) |
| LCH | lch(60.1 108.7 330.2) |
| OKLCH | oklch(0.697 0.308 331.0) |
Copy-ready code
/* CSS */
color: #fe1af2;
background-color: #fe1af2;
/* Tailwind (arbitrary) */
class="text-[#fe1af2] bg-[#fe1af2]"
/* SCSS */
$brand: #fe1af2;
/* SwiftUI */
Color(red: 0.996, green: 0.102, blue: 0.949)
/* Android */
Color.parseColor("#fe1af2")Accessibility — WCAG contrast
Aa
#fe1af2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe1af2 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green10.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow4.7%
Key (black)0.4%
Color previews
#fe1af2 text on a black background
contrast 6.64:1
Card sample
#fe1af2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe1af2;
Background color
Panel with #fe1af2 background
background-color: #fe1af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe1af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 26, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 26, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe1af2; background: linear-gradient(135deg, #fe1af2, #FE1A5A);