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