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