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