#ff49df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
255, 73, 223
HSL
311°, 100%, 64%
CMYK
0, 71, 13, 0
Luminance
0.3135
Every format
| HEX | #ff49df |
| RGB | rgb(255, 73, 223) |
| HSL | hsl(311, 100%, 64%) |
| CMYK | cmyk(0%, 71%, 13%, 0%) |
| LAB | lab(62.8 81.8 -39.0) |
| LCH | lch(62.8 90.7 334.5) |
| OKLCH | oklch(0.714 0.262 336.1) |
Copy-ready code
/* CSS */
color: #ff49df;
background-color: #ff49df;
/* Tailwind (arbitrary) */
class="text-[#ff49df] bg-[#ff49df]"
/* SCSS */
$brand: #ff49df;
/* SwiftUI */
Color(red: 1.000, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#ff49df")Accessibility — WCAG contrast
Aa
#ff49df on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff49df on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ff49df text on a black background
contrast 7.27:1
Card sample
#ff49df text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff49df;
Background color
Panel with #ff49df background
background-color: #ff49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff49df; background: linear-gradient(135deg, #ff49df, #FF4966);