#f54ade
a balanced, electric magenta / pink · warm · closest name: violet
RGB
245, 74, 222
HSL
308°, 90%, 63%
CMYK
0, 70, 9, 4
Luminance
0.2958
Every format
| HEX | #f54ade |
| RGB | rgb(245, 74, 222) |
| HSL | hsl(308, 90%, 63%) |
| CMYK | cmyk(0%, 70%, 9%, 4%) |
| LAB | lab(61.3 79.1 -41.0) |
| LCH | lch(61.3 89.1 332.6) |
| OKLCH | oklch(0.700 0.255 333.9) |
Copy-ready code
/* CSS */
color: #f54ade;
background-color: #f54ade;
/* Tailwind (arbitrary) */
class="text-[#f54ade] bg-[#f54ade]"
/* SCSS */
$brand: #f54ade;
/* SwiftUI */
Color(red: 0.961, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#f54ade")Accessibility — WCAG contrast
Aa
#f54ade on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54ade on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green29.0%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow9.4%
Key (black)3.9%
Color previews
#f54ade text on a black background
contrast 6.92:1
Card sample
#f54ade text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54ade;
Background color
Panel with #f54ade background
background-color: #f54ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54ade; background: linear-gradient(135deg, #f54ade, #F54A6C);