#fe00fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
254, 0, 254
HSL
300°, 100%, 50%
CMYK
0, 100, 0, 0
Luminance
0.2823
Every format
| HEX | #fe00fe |
| RGB | rgb(254, 0, 254) |
| HSL | hsl(300, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 0%, 0%) |
| LAB | lab(60.1 97.9 -60.6) |
| LCH | lch(60.1 115.2 328.2) |
| OKLCH | oklch(0.700 0.322 328.4) |
Copy-ready code
/* CSS */
color: #fe00fe;
background-color: #fe00fe;
/* Tailwind (arbitrary) */
class="text-[#fe00fe] bg-[#fe00fe]"
/* SCSS */
$brand: #fe00fe;
/* SwiftUI */
Color(red: 0.996, green: 0.000, blue: 0.996)
/* Android */
Color.parseColor("#fe00fe")Accessibility — WCAG contrast
Aa
#fe00fe on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe00fe on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green0.0%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fe00fe text on a black background
contrast 6.65:1
Card sample
#fe00fe text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe00fe;
Background color
Panel with #fe00fe background
background-color: #fe00fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe00fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 0, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 0, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe00fe; background: linear-gradient(135deg, #fe00fe, #FE0055);