#fe3dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 61, 254
HSL
300°, 99%, 62%
CMYK
0, 76, 0, 0
Luminance
0.3156
Every format
| HEX | #fe3dfe |
| RGB | rgb(254, 61, 254) |
| HSL | hsl(300, 99%, 62%) |
| CMYK | cmyk(0%, 76%, 0%, 0%) |
| LAB | lab(63.0 89.5 -56.0) |
| LCH | lch(63.0 105.6 327.9) |
| OKLCH | oklch(0.720 0.294 328.1) |
Copy-ready code
/* CSS */
color: #fe3dfe;
background-color: #fe3dfe;
/* Tailwind (arbitrary) */
class="text-[#fe3dfe] bg-[#fe3dfe]"
/* SCSS */
$brand: #fe3dfe;
/* SwiftUI */
Color(red: 0.996, green: 0.239, blue: 0.996)
/* Android */
Color.parseColor("#fe3dfe")Accessibility — WCAG contrast
Aa
#fe3dfe on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3dfe on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green23.9%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fe3dfe text on a black background
contrast 7.31:1
Card sample
#fe3dfe text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3dfe;
Background color
Panel with #fe3dfe background
background-color: #fe3dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 61, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 61, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3dfe; background: linear-gradient(135deg, #fe3dfe, #FE3D7D);