#ca2321
a balanced, vivid red · warm · closest name: firebrick
RGB
202, 35, 33
HSL
1°, 72%, 46%
CMYK
0, 83, 84, 21
Luminance
0.1387
Every format
| HEX | #ca2321 |
| RGB | rgb(202, 35, 33) |
| HSL | hsl(1, 72%, 46%) |
| CMYK | cmyk(0%, 83%, 84%, 21%) |
| LAB | lab(44.0 62.5 44.6) |
| LCH | lch(44.0 76.8 35.5) |
| OKLCH | oklch(0.542 0.201 27.7) |
Copy-ready code
/* CSS */
color: #ca2321;
background-color: #ca2321;
/* Tailwind (arbitrary) */
class="text-[#ca2321] bg-[#ca2321]"
/* SCSS */
$brand: #ca2321;
/* SwiftUI */
Color(red: 0.792, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#ca2321")Accessibility — WCAG contrast
Aa
#ca2321 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca2321 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow83.7%
Key (black)20.8%
Color previews
#ca2321 text on a black background
contrast 3.77:1
Card sample
#ca2321 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2321;
Background color
Panel with #ca2321 background
background-color: #ca2321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2321; background: linear-gradient(135deg, #ca2321, #CA9421);