#f534df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 52, 223
HSL
307°, 91%, 58%
CMYK
0, 79, 9, 4
Luminance
0.2720
Every format
| HEX | #f534df |
| RGB | rgb(245, 52, 223) |
| HSL | hsl(307, 91%, 58%) |
| CMYK | cmyk(0%, 79%, 9%, 4%) |
| LAB | lab(59.2 85.5 -44.9) |
| LCH | lch(59.2 96.6 332.3) |
| OKLCH | oklch(0.685 0.277 333.5) |
Copy-ready code
/* CSS */
color: #f534df;
background-color: #f534df;
/* Tailwind (arbitrary) */
class="text-[#f534df] bg-[#f534df]"
/* SCSS */
$brand: #f534df;
/* SwiftUI */
Color(red: 0.961, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#f534df")Accessibility — WCAG contrast
Aa
#f534df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f534df on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow9.0%
Key (black)3.9%
Color previews
#f534df text on a black background
contrast 6.44:1
Card sample
#f534df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f534df;
Background color
Panel with #f534df background
background-color: #f534df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f534df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f534df; background: linear-gradient(135deg, #f534df, #F5345E);