#f8004e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
248, 0, 78
HSL
341°, 100%, 49%
CMYK
0, 100, 69, 3
Luminance
0.2051
Every format
| HEX | #f8004e |
| RGB | rgb(248, 0, 78) |
| HSL | hsl(341, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 69%, 3%) |
| LAB | lab(52.4 80.1 30.6) |
| LCH | lch(52.4 85.8 20.9) |
| OKLCH | oklch(0.621 0.249 16.7) |
Copy-ready code
/* CSS */
color: #f8004e;
background-color: #f8004e;
/* Tailwind (arbitrary) */
class="text-[#f8004e] bg-[#f8004e]"
/* SCSS */
$brand: #f8004e;
/* SwiftUI */
Color(red: 0.973, green: 0.000, blue: 0.306)
/* Android */
Color.parseColor("#f8004e")Accessibility — WCAG contrast
Aa
#f8004e on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f8004e on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green0.0%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.5%
Key (black)2.7%
Color previews
#f8004e text on a black background
contrast 5.10:1
Card sample
#f8004e text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8004e;
Background color
Panel with #f8004e background
background-color: #f8004e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8004e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 0, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 0, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8004e; background: linear-gradient(135deg, #f8004e, #F85700);