#f522fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 34, 253
HSL
298°, 98%, 56%
CMYK
3, 87, 0, 1
Luminance
0.2765
Every format
| HEX | #f522fd |
| RGB | rgb(245, 34, 253) |
| HSL | hsl(298, 98%, 56%) |
| CMYK | cmyk(3%, 87%, 0%, 1%) |
| LAB | lab(59.6 93.3 -61.0) |
| LCH | lch(59.6 111.5 326.8) |
| OKLCH | oklch(0.693 0.308 326.5) |
Copy-ready code
/* CSS */
color: #f522fd;
background-color: #f522fd;
/* Tailwind (arbitrary) */
class="text-[#f522fd] bg-[#f522fd]"
/* SCSS */
$brand: #f522fd;
/* SwiftUI */
Color(red: 0.961, green: 0.133, blue: 0.992)
/* Android */
Color.parseColor("#f522fd")Accessibility — WCAG contrast
Aa
#f522fd on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f522fd on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green13.3%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta86.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f522fd text on a black background
contrast 6.53:1
Card sample
#f522fd text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f522fd;
Background color
Panel with #f522fd background
background-color: #f522fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f522fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 34, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 34, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f522fd; background: linear-gradient(135deg, #f522fd, #FD2273);