#fd40fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 64, 253
HSL
300°, 98%, 62%
CMYK
0, 75, 0, 1
Luminance
0.3164
Every format
| HEX | #fd40fd |
| RGB | rgb(253, 64, 253) |
| HSL | hsl(300, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 0%, 1%) |
| LAB | lab(63.0 88.4 -55.4) |
| LCH | lch(63.0 104.3 327.9) |
| OKLCH | oklch(0.720 0.290 328.1) |
Copy-ready code
/* CSS */
color: #fd40fd;
background-color: #fd40fd;
/* Tailwind (arbitrary) */
class="text-[#fd40fd] bg-[#fd40fd]"
/* SCSS */
$brand: #fd40fd;
/* SwiftUI */
Color(red: 0.992, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#fd40fd")Accessibility — WCAG contrast
Aa
#fd40fd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd40fd on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fd40fd text on a black background
contrast 7.33:1
Card sample
#fd40fd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd40fd;
Background color
Panel with #fd40fd background
background-color: #fd40fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd40fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd40fd; background: linear-gradient(135deg, #fd40fd, #FD407F);