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