#fe3fff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 63, 255
HSL
300°, 100%, 62%
CMYK
0, 75, 0, 0
Luminance
0.3185
Every format
| HEX | #fe3fff |
| RGB | rgb(254, 63, 255) |
| HSL | hsl(300, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 0%, 0%) |
| LAB | lab(63.2 89.1 -56.2) |
| LCH | lch(63.2 105.4 327.8) |
| OKLCH | oklch(0.722 0.293 327.9) |
Copy-ready code
/* CSS */
color: #fe3fff;
background-color: #fe3fff;
/* Tailwind (arbitrary) */
class="text-[#fe3fff] bg-[#fe3fff]"
/* SCSS */
$brand: #fe3fff;
/* SwiftUI */
Color(red: 0.996, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#fe3fff")Accessibility — WCAG contrast
Aa
#fe3fff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe3fff on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green24.7%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fe3fff text on a black background
contrast 7.37:1
Card sample
#fe3fff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3fff;
Background color
Panel with #fe3fff background
background-color: #fe3fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3fff; background: linear-gradient(135deg, #fe3fff, #FF3F80);