#fd30fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 48, 254
HSL
300°, 99%, 59%
CMYK
0, 81, 0, 0
Luminance
0.3015
Every format
| HEX | #fd30fe |
| RGB | rgb(253, 48, 254) |
| HSL | hsl(300, 99%, 59%) |
| CMYK | cmyk(0%, 81%, 0%, 0%) |
| LAB | lab(61.8 92.3 -58.0) |
| LCH | lch(61.8 109.0 327.9) |
| OKLCH | oklch(0.711 0.303 328.0) |
Copy-ready code
/* CSS */
color: #fd30fe;
background-color: #fd30fe;
/* Tailwind (arbitrary) */
class="text-[#fd30fe] bg-[#fd30fe]"
/* SCSS */
$brand: #fd30fe;
/* SwiftUI */
Color(red: 0.992, green: 0.188, blue: 0.996)
/* Android */
Color.parseColor("#fd30fe")Accessibility — WCAG contrast
Aa
#fd30fe on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd30fe on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta81.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fd30fe text on a black background
contrast 7.03:1
Card sample
#fd30fe text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd30fe;
Background color
Panel with #fd30fe background
background-color: #fd30fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd30fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 48, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 48, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd30fe; background: linear-gradient(135deg, #fd30fe, #FE3076);