#f0004a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 0, 74
HSL
342°, 100%, 47%
CMYK
0, 100, 69, 6
Luminance
0.1902
Every format
| HEX | #f0004a |
| RGB | rgb(240, 0, 74) |
| HSL | hsl(342, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 69%, 6%) |
| LAB | lab(50.7 78.1 30.6) |
| LCH | lch(50.7 83.9 21.4) |
| OKLCH | oklch(0.606 0.242 17.0) |
Copy-ready code
/* CSS */
color: #f0004a;
background-color: #f0004a;
/* Tailwind (arbitrary) */
class="text-[#f0004a] bg-[#f0004a]"
/* SCSS */
$brand: #f0004a;
/* SwiftUI */
Color(red: 0.941, green: 0.000, blue: 0.290)
/* Android */
Color.parseColor("#f0004a")Accessibility — WCAG contrast
Aa
#f0004a on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0004a on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green0.0%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.2%
Key (black)5.9%
Color previews
#f0004a text on a black background
contrast 4.80:1
Card sample
#f0004a text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0004a;
Background color
Panel with #f0004a background
background-color: #f0004a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0004a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 0, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 0, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0004a; background: linear-gradient(135deg, #f0004a, #F05600);