#fd4dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 77, 254
HSL
300°, 99%, 65%
CMYK
0, 70, 0, 0
Luminance
0.3335
Every format
| HEX | #fd4dfe |
| RGB | rgb(253, 77, 254) |
| HSL | hsl(300, 99%, 65%) |
| CMYK | cmyk(0%, 70%, 0%, 0%) |
| LAB | lab(64.4 84.7 -53.7) |
| LCH | lch(64.4 100.3 327.6) |
| OKLCH | oklch(0.730 0.279 327.7) |
Copy-ready code
/* CSS */
color: #fd4dfe;
background-color: #fd4dfe;
/* Tailwind (arbitrary) */
class="text-[#fd4dfe] bg-[#fd4dfe]"
/* SCSS */
$brand: #fd4dfe;
/* SwiftUI */
Color(red: 0.992, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#fd4dfe")Accessibility — WCAG contrast
Aa
#fd4dfe on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4dfe on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.2%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#fd4dfe text on a black background
contrast 7.67:1
Card sample
#fd4dfe text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4dfe;
Background color
Panel with #fd4dfe background
background-color: #fd4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4dfe; background: linear-gradient(135deg, #fd4dfe, #FE4D89);