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