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