#fd4afe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 74, 254
HSL
300°, 99%, 64%
CMYK
0, 71, 0, 0
Luminance
0.3294
Every format
| HEX | #fd4afe |
| RGB | rgb(253, 74, 254) |
| HSL | hsl(300, 99%, 64%) |
| CMYK | cmyk(0%, 71%, 0%, 0%) |
| LAB | lab(64.1 85.6 -54.3) |
| LCH | lch(64.1 101.3 327.6) |
| OKLCH | oklch(0.728 0.282 327.8) |
Copy-ready code
/* CSS */
color: #fd4afe;
background-color: #fd4afe;
/* Tailwind (arbitrary) */
class="text-[#fd4afe] bg-[#fd4afe]"
/* SCSS */
$brand: #fd4afe;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.996)
/* Android */
Color.parseColor("#fd4afe")Accessibility — WCAG contrast
Aa
#fd4afe on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4afe on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta70.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd4afe text on a black background
contrast 7.59:1
Card sample
#fd4afe text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4afe;
Background color
Panel with #fd4afe background
background-color: #fd4afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4afe; background: linear-gradient(135deg, #fd4afe, #FE4A87);