#fd2fed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 47, 237
HSL
305°, 98%, 59%
CMYK
0, 81, 6, 1
Luminance
0.2903
Every format
| HEX | #fd2fed |
| RGB | rgb(253, 47, 237) |
| HSL | hsl(305, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 6%, 1%) |
| LAB | lab(60.8 90.1 -50.1) |
| LCH | lch(60.8 103.1 330.9) |
| OKLCH | oklch(0.701 0.293 331.9) |
Copy-ready code
/* CSS */
color: #fd2fed;
background-color: #fd2fed;
/* Tailwind (arbitrary) */
class="text-[#fd2fed] bg-[#fd2fed]"
/* SCSS */
$brand: #fd2fed;
/* SwiftUI */
Color(red: 0.992, green: 0.184, blue: 0.929)
/* Android */
Color.parseColor("#fd2fed")Accessibility — WCAG contrast
Aa
#fd2fed on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2fed on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.4%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow6.3%
Key (black)0.8%
Color previews
#fd2fed text on a black background
contrast 6.81:1
Card sample
#fd2fed text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2fed;
Background color
Panel with #fd2fed background
background-color: #fd2fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 47, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 47, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2fed; background: linear-gradient(135deg, #fd2fed, #FD2F63);