#f7498e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
247, 73, 142
HSL
336°, 92%, 63%
CMYK
0, 70, 43, 3
Luminance
0.2649
Every format
| HEX | #f7498e |
| RGB | rgb(247, 73, 142) |
| HSL | hsl(336, 92%, 63%) |
| CMYK | cmyk(0%, 70%, 43%, 3%) |
| LAB | lab(58.5 70.3 0.8) |
| LCH | lch(58.5 70.3 0.7) |
| OKLCH | oklch(0.670 0.216 0.8) |
Copy-ready code
/* CSS */
color: #f7498e;
background-color: #f7498e;
/* Tailwind (arbitrary) */
class="text-[#f7498e] bg-[#f7498e]"
/* SCSS */
$brand: #f7498e;
/* SwiftUI */
Color(red: 0.969, green: 0.286, blue: 0.557)
/* Android */
Color.parseColor("#f7498e")Accessibility — WCAG contrast
Aa
#f7498e on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f7498e on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green28.6%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow42.5%
Key (black)3.1%
Color previews
#f7498e text on a black background
contrast 6.30:1
Card sample
#f7498e text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7498e;
Background color
Panel with #f7498e background
background-color: #f7498e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7498e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 73, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 73, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7498e; background: linear-gradient(135deg, #f7498e, #F77849);