#fd4af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 74, 249
HSL
301°, 98%, 64%
CMYK
0, 71, 2, 1
Luminance
0.3262
Every format
| HEX | #fd4af9 |
| RGB | rgb(253, 74, 249) |
| HSL | hsl(301, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 2%, 1%) |
| LAB | lab(63.9 84.8 -51.9) |
| LCH | lch(63.9 99.5 328.5) |
| OKLCH | oklch(0.725 0.278 328.9) |
Copy-ready code
/* CSS */
color: #fd4af9;
background-color: #fd4af9;
/* Tailwind (arbitrary) */
class="text-[#fd4af9] bg-[#fd4af9]"
/* SCSS */
$brand: #fd4af9;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.976)
/* Android */
Color.parseColor("#fd4af9")Accessibility — WCAG contrast
Aa
#fd4af9 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4af9 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow1.6%
Key (black)0.8%
Color previews
#fd4af9 text on a black background
contrast 7.52:1
Card sample
#fd4af9 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4af9;
Background color
Panel with #fd4af9 background
background-color: #fd4af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4af9; background: linear-gradient(135deg, #fd4af9, #FD4A82);