#fd49ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 73, 255
HSL
299°, 100%, 64%
CMYK
1, 71, 0, 0
Luminance
0.3287
Every format
| HEX | #fd49ff |
| RGB | rgb(253, 73, 255) |
| HSL | hsl(299, 100%, 64%) |
| CMYK | cmyk(1%, 71%, 0%, 0%) |
| LAB | lab(64.1 86.1 -54.9) |
| LCH | lch(64.1 102.1 327.5) |
| OKLCH | oklch(0.728 0.284 327.5) |
Copy-ready code
/* CSS */
color: #fd49ff;
background-color: #fd49ff;
/* Tailwind (arbitrary) */
class="text-[#fd49ff] bg-[#fd49ff]"
/* SCSS */
$brand: #fd49ff;
/* SwiftUI */
Color(red: 0.992, green: 0.286, blue: 1.000)
/* Android */
Color.parseColor("#fd49ff")Accessibility — WCAG contrast
Aa
#fd49ff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd49ff on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.6%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta71.4%
Yellow0.0%
Key (black)0.0%
Color previews
#fd49ff text on a black background
contrast 7.57:1
Card sample
#fd49ff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd49ff;
Background color
Panel with #fd49ff background
background-color: #fd49ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd49ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 73, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 73, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd49ff; background: linear-gradient(135deg, #fd49ff, #FF4988);