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