#f54792
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 71, 146
HSL
334°, 90%, 62%
CMYK
0, 71, 40, 4
Luminance
0.2599
Every format
| HEX | #f54792 |
| RGB | rgb(245, 71, 146) |
| HSL | hsl(334, 90%, 62%) |
| CMYK | cmyk(0%, 71%, 40%, 4%) |
| LAB | lab(58.0 70.9 -2.3) |
| LCH | lch(58.0 70.9 358.2) |
| OKLCH | oklch(0.667 0.217 358.7) |
Copy-ready code
/* CSS */
color: #f54792;
background-color: #f54792;
/* Tailwind (arbitrary) */
class="text-[#f54792] bg-[#f54792]"
/* SCSS */
$brand: #f54792;
/* SwiftUI */
Color(red: 0.961, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#f54792")Accessibility — WCAG contrast
Aa
#f54792 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54792 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow40.4%
Key (black)3.9%
Color previews
#f54792 text on a black background
contrast 6.20:1
Card sample
#f54792 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54792;
Background color
Panel with #f54792 background
background-color: #f54792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54792; background: linear-gradient(135deg, #f54792, #F57047);