#f7004d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
247, 0, 77
HSL
341°, 100%, 48%
CMYK
0, 100, 69, 3
Luminance
0.2031
Every format
| HEX | #f7004d |
| RGB | rgb(247, 0, 77) |
| HSL | hsl(341, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 69%, 3%) |
| LAB | lab(52.2 79.8 30.9) |
| LCH | lch(52.2 85.6 21.2) |
| OKLCH | oklch(0.619 0.248 16.9) |
Copy-ready code
/* CSS */
color: #f7004d;
background-color: #f7004d;
/* Tailwind (arbitrary) */
class="text-[#f7004d] bg-[#f7004d]"
/* SCSS */
$brand: #f7004d;
/* SwiftUI */
Color(red: 0.969, green: 0.000, blue: 0.302)
/* Android */
Color.parseColor("#f7004d")Accessibility — WCAG contrast
Aa
#f7004d on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f7004d on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.8%
Key (black)3.1%
Color previews
#f7004d text on a black background
contrast 5.06:1
Card sample
#f7004d text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7004d;
Background color
Panel with #f7004d background
background-color: #f7004d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7004d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 0, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 0, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7004d; background: linear-gradient(135deg, #f7004d, #F75800);