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