#fd49ec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 73, 236
HSL
306°, 98%, 64%
CMYK
0, 71, 7, 1
Luminance
0.3170
Every format
| HEX | #fd49ec |
| RGB | rgb(253, 73, 236) |
| HSL | hsl(306, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 7%, 1%) |
| LAB | lab(63.1 83.2 -45.9) |
| LCH | lch(63.1 95.0 331.1) |
| OKLCH | oklch(0.718 0.270 332.2) |
Copy-ready code
/* CSS */
color: #fd49ec;
background-color: #fd49ec;
/* Tailwind (arbitrary) */
class="text-[#fd49ec] bg-[#fd49ec]"
/* SCSS */
$brand: #fd49ec;
/* SwiftUI */
Color(red: 0.992, green: 0.286, blue: 0.925)
/* Android */
Color.parseColor("#fd49ec")Accessibility — WCAG contrast
Aa
#fd49ec on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd49ec on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow6.7%
Key (black)0.8%
Color previews
#fd49ec text on a black background
contrast 7.34:1
Card sample
#fd49ec text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd49ec;
Background color
Panel with #fd49ec background
background-color: #fd49ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd49ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 73, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 73, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd49ec; background: linear-gradient(135deg, #fd49ec, #FD4974);