#ff49c2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 73, 194
HSL
320°, 100%, 64%
CMYK
0, 71, 24, 0
Luminance
0.2992
Every format
| HEX | #ff49c2 |
| RGB | rgb(255, 73, 194) |
| HSL | hsl(320, 100%, 64%) |
| CMYK | cmyk(0%, 71%, 24%, 0%) |
| LAB | lab(61.6 78.0 -24.5) |
| LCH | lch(61.6 81.8 342.6) |
| OKLCH | oklch(0.701 0.245 344.5) |
Copy-ready code
/* CSS */
color: #ff49c2;
background-color: #ff49c2;
/* Tailwind (arbitrary) */
class="text-[#ff49c2] bg-[#ff49c2]"
/* SCSS */
$brand: #ff49c2;
/* SwiftUI */
Color(red: 1.000, green: 0.286, blue: 0.761)
/* Android */
Color.parseColor("#ff49c2")Accessibility — WCAG contrast
Aa
#ff49c2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff49c2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow23.9%
Key (black)0.0%
Color previews
#ff49c2 text on a black background
contrast 6.98:1
Card sample
#ff49c2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff49c2;
Background color
Panel with #ff49c2 background
background-color: #ff49c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff49c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 73, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 73, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff49c2; background: linear-gradient(135deg, #ff49c2, #FF4949);