#f03494
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 52, 148
HSL
329°, 86%, 57%
CMYK
0, 78, 38, 6
Luminance
0.2312
Every format
| HEX | #f03494 |
| RGB | rgb(240, 52, 148) |
| HSL | hsl(329, 86%, 57%) |
| CMYK | cmyk(0%, 78%, 38%, 6%) |
| LAB | lab(55.2 75.5 -7.7) |
| LCH | lch(55.2 75.9 354.2) |
| OKLCH | oklch(0.645 0.233 355.2) |
Copy-ready code
/* CSS */
color: #f03494;
background-color: #f03494;
/* Tailwind (arbitrary) */
class="text-[#f03494] bg-[#f03494]"
/* SCSS */
$brand: #f03494;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.580)
/* Android */
Color.parseColor("#f03494")Accessibility — WCAG contrast
Aa
#f03494 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03494 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow38.3%
Key (black)5.9%
Color previews
#f03494 text on a black background
contrast 5.62:1
Card sample
#f03494 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03494;
Background color
Panel with #f03494 background
background-color: #f03494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03494; background: linear-gradient(135deg, #f03494, #F05234);