#f52dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 45, 254
HSL
297°, 99%, 59%
CMYK
4, 82, 0, 0
Luminance
0.2845
Every format
| HEX | #f52dfe |
| RGB | rgb(245, 45, 254) |
| HSL | hsl(297, 99%, 59%) |
| CMYK | cmyk(4%, 82%, 0%, 0%) |
| LAB | lab(60.3 91.5 -60.4) |
| LCH | lch(60.3 109.7 326.6) |
| OKLCH | oklch(0.698 0.302 326.2) |
Copy-ready code
/* CSS */
color: #f52dfe;
background-color: #f52dfe;
/* Tailwind (arbitrary) */
class="text-[#f52dfe] bg-[#f52dfe]"
/* SCSS */
$brand: #f52dfe;
/* SwiftUI */
Color(red: 0.961, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#f52dfe")Accessibility — WCAG contrast
Aa
#f52dfe on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52dfe on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.6%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f52dfe text on a black background
contrast 6.69:1
Card sample
#f52dfe text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52dfe;
Background color
Panel with #f52dfe background
background-color: #f52dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52dfe; background: linear-gradient(135deg, #f52dfe, #FE2D7C);