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