#fd1ffd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 253
HSL
300°, 98%, 56%
CMYK
0, 88, 0, 1
Luminance
0.2895
Every format
| HEX | #fd1ffd |
| RGB | rgb(253, 31, 253) |
| HSL | hsl(300, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 0%, 1%) |
| LAB | lab(60.8 95.1 -59.1) |
| LCH | lch(60.8 111.9 328.1) |
| OKLCH | oklch(0.704 0.312 328.3) |
Copy-ready code
/* CSS */
color: #fd1ffd;
background-color: #fd1ffd;
/* Tailwind (arbitrary) */
class="text-[#fd1ffd] bg-[#fd1ffd]"
/* SCSS */
$brand: #fd1ffd;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.992)
/* Android */
Color.parseColor("#fd1ffd")Accessibility — WCAG contrast
Aa
#fd1ffd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1ffd on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fd1ffd text on a black background
contrast 6.79:1
Card sample
#fd1ffd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1ffd;
Background color
Panel with #fd1ffd background
background-color: #fd1ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1ffd; background: linear-gradient(135deg, #fd1ffd, #FD1F69);