#c62321
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 35, 33
HSL
1°, 71%, 45%
CMYK
0, 82, 83, 22
Luminance
0.1332
Every format
| HEX | #c62321 |
| RGB | rgb(198, 35, 33) |
| HSL | hsl(1, 71%, 45%) |
| CMYK | cmyk(0%, 82%, 83%, 22%) |
| LAB | lab(43.2 61.4 43.5) |
| LCH | lch(43.2 75.3 35.3) |
| OKLCH | oklch(0.534 0.198 27.6) |
Copy-ready code
/* CSS */
color: #c62321;
background-color: #c62321;
/* Tailwind (arbitrary) */
class="text-[#c62321] bg-[#c62321]"
/* SCSS */
$brand: #c62321;
/* SwiftUI */
Color(red: 0.776, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#c62321")Accessibility — WCAG contrast
Aa
#c62321 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62321 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c62321 text on a black background
contrast 3.66:1
Card sample
#c62321 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62321;
Background color
Panel with #c62321 background
background-color: #c62321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62321; background: linear-gradient(135deg, #c62321, #C69121);