#fd2dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 45, 254
HSL
300°, 99%, 59%
CMYK
0, 82, 0, 0
Luminance
0.2992
Every format
| HEX | #fd2dfe |
| RGB | rgb(253, 45, 254) |
| HSL | hsl(300, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 0%, 0%) |
| LAB | lab(61.6 92.9 -58.3) |
| LCH | lch(61.6 109.7 327.9) |
| OKLCH | oklch(0.710 0.305 328.0) |
Copy-ready code
/* CSS */
color: #fd2dfe;
background-color: #fd2dfe;
/* Tailwind (arbitrary) */
class="text-[#fd2dfe] bg-[#fd2dfe]"
/* SCSS */
$brand: #fd2dfe;
/* SwiftUI */
Color(red: 0.992, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#fd2dfe")Accessibility — WCAG contrast
Aa
#fd2dfe on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2dfe on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.6%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fd2dfe text on a black background
contrast 6.98:1
Card sample
#fd2dfe text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2dfe;
Background color
Panel with #fd2dfe background
background-color: #fd2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2dfe; background: linear-gradient(135deg, #fd2dfe, #FE2D74);