#fe0dff
a balanced, electric magenta / pink · warm · “magenta”
RGB
254, 13, 255
HSL
300°, 100%, 53%
CMYK
0, 95, 0, 0
Luminance
0.2858
Every format
| HEX | #fe0dff |
| RGB | rgb(254, 13, 255) |
| HSL | hsl(300, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 0%, 0%) |
| LAB | lab(60.4 97.3 -60.7) |
| LCH | lch(60.4 114.7 328.1) |
| OKLCH | oklch(0.702 0.320 328.1) |
Copy-ready code
/* CSS */
color: #fe0dff;
background-color: #fe0dff;
/* Tailwind (arbitrary) */
class="text-[#fe0dff] bg-[#fe0dff]"
/* SCSS */
$brand: #fe0dff;
/* SwiftUI */
Color(red: 0.996, green: 0.051, blue: 1.000)
/* Android */
Color.parseColor("#fe0dff")Accessibility — WCAG contrast
Aa
#fe0dff on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe0dff on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green5.1%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta94.9%
Yellow0.0%
Key (black)0.0%
Color previews
#fe0dff text on a black background
contrast 6.72:1
Card sample
#fe0dff text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe0dff;
Background color
Panel with #fe0dff background
background-color: #fe0dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe0dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 13, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 13, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe0dff; background: linear-gradient(135deg, #fe0dff, #FF0D5E);