#f52ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 42, 222
HSL
307°, 91%, 56%
CMYK
0, 83, 9, 4
Luminance
0.2634
Every format
| HEX | #f52ade |
| RGB | rgb(245, 42, 222) |
| HSL | hsl(307, 91%, 56%) |
| CMYK | cmyk(0%, 83%, 9%, 4%) |
| LAB | lab(58.4 87.5 -45.6) |
| LCH | lch(58.4 98.7 332.5) |
| OKLCH | oklch(0.679 0.283 333.8) |
Copy-ready code
/* CSS */
color: #f52ade;
background-color: #f52ade;
/* Tailwind (arbitrary) */
class="text-[#f52ade] bg-[#f52ade]"
/* SCSS */
$brand: #f52ade;
/* SwiftUI */
Color(red: 0.961, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#f52ade")Accessibility — WCAG contrast
Aa
#f52ade on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52ade on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green16.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow9.4%
Key (black)3.9%
Color previews
#f52ade text on a black background
contrast 6.27:1
Card sample
#f52ade text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52ade;
Background color
Panel with #f52ade background
background-color: #f52ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52ade; background: linear-gradient(135deg, #f52ade, #F52A57);