#f03498
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 52, 152
HSL
328°, 86%, 57%
CMYK
0, 78, 37, 6
Luminance
0.2325
Every format
| HEX | #f03498 |
| RGB | rgb(240, 52, 152) |
| HSL | hsl(328, 86%, 57%) |
| CMYK | cmyk(0%, 78%, 37%, 6%) |
| LAB | lab(55.3 75.9 -9.9) |
| LCH | lch(55.3 76.5 352.6) |
| OKLCH | oklch(0.646 0.235 353.8) |
Copy-ready code
/* CSS */
color: #f03498;
background-color: #f03498;
/* Tailwind (arbitrary) */
class="text-[#f03498] bg-[#f03498]"
/* SCSS */
$brand: #f03498;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.596)
/* Android */
Color.parseColor("#f03498")Accessibility — WCAG contrast
Aa
#f03498 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03498 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow36.7%
Key (black)5.9%
Color previews
#f03498 text on a black background
contrast 5.65:1
Card sample
#f03498 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03498;
Background color
Panel with #f03498 background
background-color: #f03498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03498; background: linear-gradient(135deg, #f03498, #F04E34);