#fe2af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 42, 245
HSL
303°, 99%, 58%
CMYK
0, 84, 4, 0
Luminance
0.2932
Every format
| HEX | #fe2af5 |
| RGB | rgb(254, 42, 245) |
| HSL | hsl(303, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 4%, 0%) |
| LAB | lab(61.1 92.4 -54.1) |
| LCH | lch(61.1 107.0 329.6) |
| OKLCH | oklch(0.705 0.302 330.3) |
Copy-ready code
/* CSS */
color: #fe2af5;
background-color: #fe2af5;
/* Tailwind (arbitrary) */
class="text-[#fe2af5] bg-[#fe2af5]"
/* SCSS */
$brand: #fe2af5;
/* SwiftUI */
Color(red: 0.996, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#fe2af5")Accessibility — WCAG contrast
Aa
#fe2af5 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2af5 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.5%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow3.5%
Key (black)0.4%
Color previews
#fe2af5 text on a black background
contrast 6.86:1
Card sample
#fe2af5 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2af5;
Background color
Panel with #fe2af5 background
background-color: #fe2af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2af5; background: linear-gradient(135deg, #fe2af5, #FE2A68);