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