#f549eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 73, 235
HSL
304°, 90%, 62%
CMYK
0, 70, 4, 4
Luminance
0.3018
Every format
| HEX | #f549eb |
| RGB | rgb(245, 73, 235) |
| HSL | hsl(304, 90%, 62%) |
| CMYK | cmyk(0%, 70%, 4%, 4%) |
| LAB | lab(61.8 81.4 -47.4) |
| LCH | lch(61.8 94.2 329.8) |
| OKLCH | oklch(0.706 0.266 330.5) |
Copy-ready code
/* CSS */
color: #f549eb;
background-color: #f549eb;
/* Tailwind (arbitrary) */
class="text-[#f549eb] bg-[#f549eb]"
/* SCSS */
$brand: #f549eb;
/* SwiftUI */
Color(red: 0.961, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#f549eb")Accessibility — WCAG contrast
Aa
#f549eb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f549eb on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green28.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow4.1%
Key (black)3.9%
Color previews
#f549eb text on a black background
contrast 7.04:1
Card sample
#f549eb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f549eb;
Background color
Panel with #f549eb background
background-color: #f549eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f549eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f549eb; background: linear-gradient(135deg, #f549eb, #F54978);