#ca1321
a dark, electric red · warm · closest name: firebrick
RGB
202, 19, 33
HSL
355°, 83%, 43%
CMYK
0, 91, 84, 21
Luminance
0.1313
Every format
| HEX | #ca1321 |
| RGB | rgb(202, 19, 33) |
| HSL | hsl(355, 83%, 43%) |
| CMYK | cmyk(0%, 91%, 84%, 21%) |
| LAB | lab(43.0 65.6 43.6) |
| LCH | lch(43.0 78.8 33.6) |
| OKLCH | oklch(0.534 0.209 25.9) |
Copy-ready code
/* CSS */
color: #ca1321;
background-color: #ca1321;
/* Tailwind (arbitrary) */
class="text-[#ca1321] bg-[#ca1321]"
/* SCSS */
$brand: #ca1321;
/* SwiftUI */
Color(red: 0.792, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#ca1321")Accessibility — WCAG contrast
Aa
#ca1321 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca1321 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow83.7%
Key (black)20.8%
Color previews
#ca1321 text on a black background
contrast 3.63:1
Card sample
#ca1321 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca1321;
Background color
Panel with #ca1321 background
background-color: #ca1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca1321; background: linear-gradient(135deg, #ca1321, #CA7F13);