#fd49da
a balanced, electric magenta / pink · warm · closest name: violet
RGB
253, 73, 218
HSL
312°, 98%, 64%
CMYK
0, 71, 14, 1
Luminance
0.3071
Every format
| HEX | #fd49da |
| RGB | rgb(253, 73, 218) |
| HSL | hsl(312, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 14%, 1%) |
| LAB | lab(62.3 80.7 -37.1) |
| LCH | lch(62.3 88.8 335.3) |
| OKLCH | oklch(0.709 0.258 337.0) |
Copy-ready code
/* CSS */
color: #fd49da;
background-color: #fd49da;
/* Tailwind (arbitrary) */
class="text-[#fd49da] bg-[#fd49da]"
/* SCSS */
$brand: #fd49da;
/* SwiftUI */
Color(red: 0.992, green: 0.286, blue: 0.855)
/* Android */
Color.parseColor("#fd49da")Accessibility — WCAG contrast
Aa
#fd49da on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd49da on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd49da text on a black background
contrast 7.14:1
Card sample
#fd49da text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd49da;
Background color
Panel with #fd49da background
background-color: #fd49da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd49da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 73, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 73, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd49da; background: linear-gradient(135deg, #fd49da, #FD4962);