#fe4fef
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 79, 239
HSL
305°, 99%, 65%
CMYK
0, 69, 6, 0
Luminance
0.3289
Every format
| HEX | #fe4fef |
| RGB | rgb(254, 79, 239) |
| HSL | hsl(305, 99%, 65%) |
| CMYK | cmyk(0%, 69%, 6%, 0%) |
| LAB | lab(64.1 82.0 -46.0) |
| LCH | lch(64.1 94.0 330.7) |
| OKLCH | oklch(0.725 0.266 331.7) |
Copy-ready code
/* CSS */
color: #fe4fef;
background-color: #fe4fef;
/* Tailwind (arbitrary) */
class="text-[#fe4fef] bg-[#fe4fef]"
/* SCSS */
$brand: #fe4fef;
/* SwiftUI */
Color(red: 0.996, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#fe4fef")Accessibility — WCAG contrast
Aa
#fe4fef on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe4fef on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green31.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow5.9%
Key (black)0.4%
Color previews
#fe4fef text on a black background
contrast 7.58:1
Card sample
#fe4fef text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe4fef;
Background color
Panel with #fe4fef background
background-color: #fe4fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe4fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe4fef; background: linear-gradient(135deg, #fe4fef, #FE4F7A);