#fd03fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 3, 254
HSL
300°, 99%, 50%
CMYK
0, 99, 0, 0
Luminance
0.2810
Every format
| HEX | #fd03fe |
| RGB | rgb(253, 3, 254) |
| HSL | hsl(300, 99%, 50%) |
| CMYK | cmyk(0%, 99%, 0%, 0%) |
| LAB | lab(60.0 97.6 -60.8) |
| LCH | lch(60.0 115.0 328.1) |
| OKLCH | oklch(0.699 0.321 328.1) |
Copy-ready code
/* CSS */
color: #fd03fe;
background-color: #fd03fe;
/* Tailwind (arbitrary) */
class="text-[#fd03fe] bg-[#fd03fe]"
/* SCSS */
$brand: #fd03fe;
/* SwiftUI */
Color(red: 0.992, green: 0.012, blue: 0.996)
/* Android */
Color.parseColor("#fd03fe")Accessibility — WCAG contrast
Aa
#fd03fe on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd03fe on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.2%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta98.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fd03fe text on a black background
contrast 6.62:1
Card sample
#fd03fe text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd03fe;
Background color
Panel with #fd03fe background
background-color: #fd03fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd03fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 3, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 3, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd03fe; background: linear-gradient(135deg, #fd03fe, #FE0358);