#f528eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 40, 235
HSL
303°, 91%, 56%
CMYK
0, 84, 4, 4
Luminance
0.2693
Every format
| HEX | #f528eb |
| RGB | rgb(245, 40, 235) |
| HSL | hsl(303, 91%, 56%) |
| CMYK | cmyk(0%, 84%, 4%, 4%) |
| LAB | lab(58.9 89.7 -52.0) |
| LCH | lch(58.9 103.7 329.9) |
| OKLCH | oklch(0.685 0.293 330.6) |
Copy-ready code
/* CSS */
color: #f528eb;
background-color: #f528eb;
/* Tailwind (arbitrary) */
class="text-[#f528eb] bg-[#f528eb]"
/* SCSS */
$brand: #f528eb;
/* SwiftUI */
Color(red: 0.961, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#f528eb")Accessibility — WCAG contrast
Aa
#f528eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f528eb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green15.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow4.1%
Key (black)3.9%
Color previews
#f528eb text on a black background
contrast 6.39:1
Card sample
#f528eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f528eb;
Background color
Panel with #f528eb background
background-color: #f528eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f528eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f528eb; background: linear-gradient(135deg, #f528eb, #F52862);