#f03472
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 52, 114
HSL
340°, 86%, 57%
CMYK
0, 78, 53, 6
Luminance
0.2220
Every format
| HEX | #f03472 |
| RGB | rgb(240, 52, 114) |
| HSL | hsl(340, 86%, 57%) |
| CMYK | cmyk(0%, 78%, 53%, 6%) |
| LAB | lab(54.2 72.6 11.2) |
| LCH | lch(54.2 73.4 8.8) |
| OKLCH | oklch(0.634 0.223 7.4) |
Copy-ready code
/* CSS */
color: #f03472;
background-color: #f03472;
/* Tailwind (arbitrary) */
class="text-[#f03472] bg-[#f03472]"
/* SCSS */
$brand: #f03472;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.447)
/* Android */
Color.parseColor("#f03472")Accessibility — WCAG contrast
Aa
#f03472 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03472 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow52.5%
Key (black)5.9%
Color previews
#f03472 text on a black background
contrast 5.44:1
Card sample
#f03472 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03472;
Background color
Panel with #f03472 background
background-color: #f03472;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03472;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03472; background: linear-gradient(135deg, #f03472, #F07334);