#fd4aef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 74, 239
HSL
305°, 98%, 64%
CMYK
0, 71, 6, 1
Luminance
0.3201
Every format
| HEX | #fd4aef |
| RGB | rgb(253, 74, 239) |
| HSL | hsl(305, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 6%, 1%) |
| LAB | lab(63.4 83.3 -47.1) |
| LCH | lch(63.4 95.8 330.5) |
| OKLCH | oklch(0.720 0.271 331.4) |
Copy-ready code
/* CSS */
color: #fd4aef;
background-color: #fd4aef;
/* Tailwind (arbitrary) */
class="text-[#fd4aef] bg-[#fd4aef]"
/* SCSS */
$brand: #fd4aef;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.937)
/* Android */
Color.parseColor("#fd4aef")Accessibility — WCAG contrast
Aa
#fd4aef on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4aef on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow5.5%
Key (black)0.8%
Color previews
#fd4aef text on a black background
contrast 7.40:1
Card sample
#fd4aef text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4aef;
Background color
Panel with #fd4aef background
background-color: #fd4aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4aef; background: linear-gradient(135deg, #fd4aef, #FD4A78);