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