#f03479
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 52, 121
HSL
338°, 86%, 57%
CMYK
0, 78, 50, 6
Luminance
0.2236
Every format
| HEX | #f03479 |
| RGB | rgb(240, 52, 121) |
| HSL | hsl(338, 86%, 57%) |
| CMYK | cmyk(0%, 78%, 50%, 6%) |
| LAB | lab(54.4 73.1 7.2) |
| LCH | lch(54.4 73.5 5.6) |
| OKLCH | oklch(0.636 0.225 4.9) |
Copy-ready code
/* CSS */
color: #f03479;
background-color: #f03479;
/* Tailwind (arbitrary) */
class="text-[#f03479] bg-[#f03479]"
/* SCSS */
$brand: #f03479;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.475)
/* Android */
Color.parseColor("#f03479")Accessibility — WCAG contrast
Aa
#f03479 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03479 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow49.6%
Key (black)5.9%
Color previews
#f03479 text on a black background
contrast 5.47:1
Card sample
#f03479 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03479;
Background color
Panel with #f03479 background
background-color: #f03479;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03479;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03479; background: linear-gradient(135deg, #f03479, #F06D34);