#f534af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 52, 175
HSL
322°, 91%, 58%
CMYK
0, 79, 29, 4
Luminance
0.2496
Every format
| HEX | #f534af |
| RGB | rgb(245, 52, 175) |
| HSL | hsl(322, 91%, 58%) |
| CMYK | cmyk(0%, 79%, 29%, 4%) |
| LAB | lab(57.0 79.5 -20.7) |
| LCH | lch(57.0 82.1 345.4) |
| OKLCH | oklch(0.663 0.248 347.3) |
Copy-ready code
/* CSS */
color: #f534af;
background-color: #f534af;
/* Tailwind (arbitrary) */
class="text-[#f534af] bg-[#f534af]"
/* SCSS */
$brand: #f534af;
/* SwiftUI */
Color(red: 0.961, green: 0.204, blue: 0.686)
/* Android */
Color.parseColor("#f534af")Accessibility — WCAG contrast
Aa
#f534af on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f534af on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow28.6%
Key (black)3.9%
Color previews
#f534af text on a black background
contrast 5.99:1
Card sample
#f534af text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f534af;
Background color
Panel with #f534af background
background-color: #f534af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f534af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 52, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 52, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f534af; background: linear-gradient(135deg, #f534af, #F53A34);