#f54eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 78, 176
HSL
325°, 89%, 63%
CMYK
0, 68, 28, 4
Luminance
0.2800
Every format
| HEX | #f54eb0 |
| RGB | rgb(245, 78, 176) |
| HSL | hsl(325, 89%, 63%) |
| CMYK | cmyk(0%, 68%, 28%, 4%) |
| LAB | lab(59.9 71.7 -16.9) |
| LCH | lch(59.9 73.6 346.7) |
| OKLCH | oklch(0.684 0.222 348.5) |
Copy-ready code
/* CSS */
color: #f54eb0;
background-color: #f54eb0;
/* Tailwind (arbitrary) */
class="text-[#f54eb0] bg-[#f54eb0]"
/* SCSS */
$brand: #f54eb0;
/* SwiftUI */
Color(red: 0.961, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#f54eb0")Accessibility — WCAG contrast
Aa
#f54eb0 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54eb0 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow28.2%
Key (black)3.9%
Color previews
#f54eb0 text on a black background
contrast 6.60:1
Card sample
#f54eb0 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54eb0;
Background color
Panel with #f54eb0 background
background-color: #f54eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54eb0; background: linear-gradient(135deg, #f54eb0, #F55B4E);