#c71642
a dark, electric red · warm · closest name: crimson
RGB
199, 22, 66
HSL
345°, 80%, 43%
CMYK
0, 89, 67, 22
Luminance
0.1311
Every format
| HEX | #c71642 |
| RGB | rgb(199, 22, 66) |
| HSL | hsl(345, 80%, 43%) |
| CMYK | cmyk(0%, 89%, 67%, 22%) |
| LAB | lab(42.9 65.6 23.9) |
| LCH | lch(42.9 69.8 20.1) |
| OKLCH | oklch(0.534 0.204 16.2) |
Copy-ready code
/* CSS */
color: #c71642;
background-color: #c71642;
/* Tailwind (arbitrary) */
class="text-[#c71642] bg-[#c71642]"
/* SCSS */
$brand: #c71642;
/* SwiftUI */
Color(red: 0.780, green: 0.086, blue: 0.259)
/* Android */
Color.parseColor("#c71642")Accessibility — WCAG contrast
Aa
#c71642 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71642 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green8.6%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow66.8%
Key (black)22.0%
Color previews
#c71642 text on a black background
contrast 3.62:1
Card sample
#c71642 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71642;
Background color
Panel with #c71642 background
background-color: #c71642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 22, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 22, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71642; background: linear-gradient(135deg, #c71642, #C76016);