#fe3aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 58, 239
HSL
305°, 99%, 61%
CMYK
0, 77, 6, 0
Luminance
0.3033
Every format
| HEX | #fe3aef |
| RGB | rgb(254, 58, 239) |
| HSL | hsl(305, 99%, 61%) |
| CMYK | cmyk(0%, 77%, 6%, 0%) |
| LAB | lab(61.9 88.1 -49.4) |
| LCH | lch(61.9 101.0 330.7) |
| OKLCH | oklch(0.710 0.286 331.6) |
Copy-ready code
/* CSS */
color: #fe3aef;
background-color: #fe3aef;
/* Tailwind (arbitrary) */
class="text-[#fe3aef] bg-[#fe3aef]"
/* SCSS */
$brand: #fe3aef;
/* SwiftUI */
Color(red: 0.996, green: 0.227, blue: 0.937)
/* Android */
Color.parseColor("#fe3aef")Accessibility — WCAG contrast
Aa
#fe3aef on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3aef on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow5.9%
Key (black)0.4%
Color previews
#fe3aef text on a black background
contrast 7.07:1
Card sample
#fe3aef text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3aef;
Background color
Panel with #fe3aef background
background-color: #fe3aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 58, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 58, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3aef; background: linear-gradient(135deg, #fe3aef, #FE3A6C);