#fe3fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 63, 223
HSL
310°, 99%, 62%
CMYK
0, 75, 12, 0
Luminance
0.2995
Every format
| HEX | #fe3fdf |
| RGB | rgb(254, 63, 223) |
| HSL | hsl(310, 99%, 62%) |
| CMYK | cmyk(0%, 75%, 12%, 0%) |
| LAB | lab(61.6 84.5 -40.9) |
| LCH | lch(61.6 93.9 334.2) |
| OKLCH | oklch(0.705 0.272 335.7) |
Copy-ready code
/* CSS */
color: #fe3fdf;
background-color: #fe3fdf;
/* Tailwind (arbitrary) */
class="text-[#fe3fdf] bg-[#fe3fdf]"
/* SCSS */
$brand: #fe3fdf;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#fe3fdf")Accessibility — WCAG contrast
Aa
#fe3fdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3fdf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow12.2%
Key (black)0.4%
Color previews
#fe3fdf text on a black background
contrast 6.99:1
Card sample
#fe3fdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3fdf;
Background color
Panel with #fe3fdf background
background-color: #fe3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3fdf; background: linear-gradient(135deg, #fe3fdf, #FE3F60);