#c80e3b
a dark, electric red · warm · closest name: crimson
RGB
200, 14, 59
HSL
346°, 87%, 42%
CMYK
0, 93, 71, 22
Luminance
0.1291
Every format
| HEX | #c80e3b |
| RGB | rgb(200, 14, 59) |
| HSL | hsl(346, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 71%, 22%) |
| LAB | lab(42.6 66.6 27.9) |
| LCH | lch(42.6 72.3 22.8) |
| OKLCH | oklch(0.532 0.208 18.1) |
Copy-ready code
/* CSS */
color: #c80e3b;
background-color: #c80e3b;
/* Tailwind (arbitrary) */
class="text-[#c80e3b] bg-[#c80e3b]"
/* SCSS */
$brand: #c80e3b;
/* SwiftUI */
Color(red: 0.784, green: 0.055, blue: 0.231)
/* Android */
Color.parseColor("#c80e3b")Accessibility — WCAG contrast
Aa
#c80e3b on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80e3b on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow70.5%
Key (black)21.6%
Color previews
#c80e3b text on a black background
contrast 3.58:1
Card sample
#c80e3b text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80e3b;
Background color
Panel with #c80e3b background
background-color: #c80e3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80e3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 14, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 14, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80e3b; background: linear-gradient(135deg, #c80e3b, #C85D0E);