#f528fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 40, 253
HSL
298°, 98%, 58%
CMYK
3, 84, 0, 1
Luminance
0.2802
Every format
| HEX | #f528fd |
| RGB | rgb(245, 40, 253) |
| HSL | hsl(298, 98%, 58%) |
| CMYK | cmyk(3%, 84%, 0%, 1%) |
| LAB | lab(59.9 92.3 -60.5) |
| LCH | lch(59.9 110.4 326.8) |
| OKLCH | oklch(0.695 0.305 326.4) |
Copy-ready code
/* CSS */
color: #f528fd;
background-color: #f528fd;
/* Tailwind (arbitrary) */
class="text-[#f528fd] bg-[#f528fd]"
/* SCSS */
$brand: #f528fd;
/* SwiftUI */
Color(red: 0.961, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#f528fd")Accessibility — WCAG contrast
Aa
#f528fd on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f528fd on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green15.7%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f528fd text on a black background
contrast 6.60:1
Card sample
#f528fd text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f528fd;
Background color
Panel with #f528fd background
background-color: #f528fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f528fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f528fd; background: linear-gradient(135deg, #f528fd, #FD2877);