#ff49fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 73, 252
HSL
301°, 100%, 64%
CMYK
0, 71, 1, 0
Luminance
0.3305
Every format
| HEX | #ff49fc |
| RGB | rgb(255, 73, 252) |
| HSL | hsl(301, 100%, 64%) |
| CMYK | cmyk(0%, 71%, 1%, 0%) |
| LAB | lab(64.2 86.0 -53.0) |
| LCH | lch(64.2 101.0 328.4) |
| OKLCH | oklch(0.729 0.282 328.7) |
Copy-ready code
/* CSS */
color: #ff49fc;
background-color: #ff49fc;
/* Tailwind (arbitrary) */
class="text-[#ff49fc] bg-[#ff49fc]"
/* SCSS */
$brand: #ff49fc;
/* SwiftUI */
Color(red: 1.000, green: 0.286, blue: 0.988)
/* Android */
Color.parseColor("#ff49fc")Accessibility — WCAG contrast
Aa
#ff49fc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff49fc on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow1.2%
Key (black)0.0%
Color previews
#ff49fc text on a black background
contrast 7.61:1
Card sample
#ff49fc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff49fc;
Background color
Panel with #ff49fc background
background-color: #ff49fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff49fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 73, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 73, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff49fc; background: linear-gradient(135deg, #ff49fc, #FF4983);