#f545fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 69, 253
HSL
297°, 98%, 63%
CMYK
3, 73, 0, 1
Luminance
0.3076
Every format
| HEX | #f545fd |
| RGB | rgb(245, 69, 253) |
| HSL | hsl(297, 98%, 63%) |
| CMYK | cmyk(3%, 73%, 0%, 1%) |
| LAB | lab(62.3 85.4 -56.6) |
| LCH | lch(62.3 102.5 326.4) |
| OKLCH | oklch(0.712 0.282 326.1) |
Copy-ready code
/* CSS */
color: #f545fd;
background-color: #f545fd;
/* Tailwind (arbitrary) */
class="text-[#f545fd] bg-[#f545fd]"
/* SCSS */
$brand: #f545fd;
/* SwiftUI */
Color(red: 0.961, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#f545fd")Accessibility — WCAG contrast
Aa
#f545fd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f545fd on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green27.1%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f545fd text on a black background
contrast 7.15:1
Card sample
#f545fd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f545fd;
Background color
Panel with #f545fd background
background-color: #f545fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f545fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f545fd; background: linear-gradient(135deg, #f545fd, #FD458A);