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