#f80c39
a balanced, electric red · warm · closest name: crimson
RGB
248, 12, 57
HSL
349°, 94%, 51%
CMYK
0, 95, 77, 3
Luminance
0.2051
Every format
| HEX | #f80c39 |
| RGB | rgb(248, 12, 57) |
| HSL | hsl(349, 94%, 51%) |
| CMYK | cmyk(0%, 95%, 77%, 3%) |
| LAB | lab(52.4 78.5 43.0) |
| LCH | lch(52.4 89.5 28.7) |
| OKLCH | oklch(0.621 0.247 22.4) |
Copy-ready code
/* CSS */
color: #f80c39;
background-color: #f80c39;
/* Tailwind (arbitrary) */
class="text-[#f80c39] bg-[#f80c39]"
/* SCSS */
$brand: #f80c39;
/* SwiftUI */
Color(red: 0.973, green: 0.047, blue: 0.224)
/* Android */
Color.parseColor("#f80c39")Accessibility — WCAG contrast
Aa
#f80c39 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80c39 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green4.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow77.0%
Key (black)2.7%
Color previews
#f80c39 text on a black background
contrast 5.10:1
Card sample
#f80c39 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80c39;
Background color
Panel with #f80c39 background
background-color: #f80c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 12, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 12, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80c39; background: linear-gradient(135deg, #f80c39, #F87D0C);