#fd51f2
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 81, 242
HSL
304°, 98%, 66%
CMYK
0, 68, 4, 1
Luminance
0.3318
Every format
| HEX | #fd51f2 |
| RGB | rgb(253, 81, 242) |
| HSL | hsl(304, 98%, 66%) |
| CMYK | cmyk(0%, 68%, 4%, 1%) |
| LAB | lab(64.3 81.5 -47.3) |
| LCH | lch(64.3 94.2 329.9) |
| OKLCH | oklch(0.727 0.266 330.6) |
Copy-ready code
/* CSS */
color: #fd51f2;
background-color: #fd51f2;
/* Tailwind (arbitrary) */
class="text-[#fd51f2] bg-[#fd51f2]"
/* SCSS */
$brand: #fd51f2;
/* SwiftUI */
Color(red: 0.992, green: 0.318, blue: 0.949)
/* Android */
Color.parseColor("#fd51f2")Accessibility — WCAG contrast
Aa
#fd51f2 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd51f2 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow4.3%
Key (black)0.8%
Color previews
#fd51f2 text on a black background
contrast 7.64:1
Card sample
#fd51f2 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd51f2;
Background color
Panel with #fd51f2 background
background-color: #fd51f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd51f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 81, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 81, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd51f2; background: linear-gradient(135deg, #fd51f2, #FD517F);