#c61621
a dark, electric red · warm · closest name: firebrick
RGB
198, 22, 33
HSL
356°, 80%, 43%
CMYK
0, 89, 83, 22
Luminance
0.1269
Every format
| HEX | #c61621 |
| RGB | rgb(198, 22, 33) |
| HSL | hsl(356, 80%, 43%) |
| CMYK | cmyk(0%, 89%, 83%, 22%) |
| LAB | lab(42.3 64.1 42.7) |
| LCH | lch(42.3 77.0 33.7) |
| OKLCH | oklch(0.527 0.204 26.0) |
Copy-ready code
/* CSS */
color: #c61621;
background-color: #c61621;
/* Tailwind (arbitrary) */
class="text-[#c61621] bg-[#c61621]"
/* SCSS */
$brand: #c61621;
/* SwiftUI */
Color(red: 0.776, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#c61621")Accessibility — WCAG contrast
Aa
#c61621 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c61621 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow83.3%
Key (black)22.4%
Color previews
#c61621 text on a black background
contrast 3.54:1
Card sample
#c61621 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61621;
Background color
Panel with #c61621 background
background-color: #c61621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61621; background: linear-gradient(135deg, #c61621, #C68016);