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