#fe3fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 63, 215
HSL
312°, 99%, 62%
CMYK
0, 75, 15, 0
Luminance
0.2953
Every format
| HEX | #fe3fd7 |
| RGB | rgb(254, 63, 215) |
| HSL | hsl(312, 99%, 62%) |
| CMYK | cmyk(0%, 75%, 15%, 0%) |
| LAB | lab(61.3 83.5 -37.0) |
| LCH | lch(61.3 91.3 336.1) |
| OKLCH | oklch(0.701 0.267 337.9) |
Copy-ready code
/* CSS */
color: #fe3fd7;
background-color: #fe3fd7;
/* Tailwind (arbitrary) */
class="text-[#fe3fd7] bg-[#fe3fd7]"
/* SCSS */
$brand: #fe3fd7;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 0.843)
/* Android */
Color.parseColor("#fe3fd7")Accessibility — WCAG contrast
Aa
#fe3fd7 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3fd7 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow15.4%
Key (black)0.4%
Color previews
#fe3fd7 text on a black background
contrast 6.91:1
Card sample
#fe3fd7 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3fd7;
Background color
Panel with #fe3fd7 background
background-color: #fe3fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3fd7; background: linear-gradient(135deg, #fe3fd7, #FE3F58);