#fd11fd
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 17, 253
HSL
300°, 98%, 53%
CMYK
0, 93, 0, 1
Luminance
0.2838
Every format
| HEX | #fd11fd |
| RGB | rgb(253, 17, 253) |
| HSL | hsl(300, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 0%, 1%) |
| LAB | lab(60.2 96.6 -59.9) |
| LCH | lch(60.2 113.6 328.2) |
| OKLCH | oklch(0.700 0.317 328.3) |
Copy-ready code
/* CSS */
color: #fd11fd;
background-color: #fd11fd;
/* Tailwind (arbitrary) */
class="text-[#fd11fd] bg-[#fd11fd]"
/* SCSS */
$brand: #fd11fd;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#fd11fd")Accessibility — WCAG contrast
Aa
#fd11fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd11fd on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fd11fd text on a black background
contrast 6.68:1
Card sample
#fd11fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd11fd;
Background color
Panel with #fd11fd background
background-color: #fd11fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd11fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd11fd; background: linear-gradient(135deg, #fd11fd, #FD1160);