#f8024c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
248, 2, 76
HSL
342°, 98%, 49%
CMYK
0, 99, 69, 3
Luminance
0.2052
Every format
| HEX | #f8024c |
| RGB | rgb(248, 2, 76) |
| HSL | hsl(342, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 69%, 3%) |
| LAB | lab(52.4 79.9 31.9) |
| LCH | lch(52.4 86.0 21.8) |
| OKLCH | oklch(0.621 0.248 17.3) |
Copy-ready code
/* CSS */
color: #f8024c;
background-color: #f8024c;
/* Tailwind (arbitrary) */
class="text-[#f8024c] bg-[#f8024c]"
/* SCSS */
$brand: #f8024c;
/* SwiftUI */
Color(red: 0.973, green: 0.008, blue: 0.298)
/* Android */
Color.parseColor("#f8024c")Accessibility — WCAG contrast
Aa
#f8024c on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f8024c on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green0.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow69.4%
Key (black)2.7%
Color previews
#f8024c text on a black background
contrast 5.10:1
Card sample
#f8024c text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8024c;
Background color
Panel with #f8024c background
background-color: #f8024c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8024c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 2, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 2, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8024c; background: linear-gradient(135deg, #f8024c, #F85C02);