#ca2002
a dark, electric red · warm · closest name: firebrick
RGB
202, 32, 2
HSL
9°, 98%, 40%
CMYK
0, 84, 99, 21
Luminance
0.1359
Every format
| HEX | #ca2002 |
| RGB | rgb(202, 32, 2) |
| HSL | hsl(9, 98%, 40%) |
| CMYK | cmyk(0%, 84%, 99%, 21%) |
| LAB | lab(43.6 62.8 56.3) |
| LCH | lch(43.6 84.3 41.9) |
| OKLCH | oklch(0.538 0.205 31.5) |
Copy-ready code
/* CSS */
color: #ca2002;
background-color: #ca2002;
/* Tailwind (arbitrary) */
class="text-[#ca2002] bg-[#ca2002]"
/* SCSS */
$brand: #ca2002;
/* SwiftUI */
Color(red: 0.792, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#ca2002")Accessibility — WCAG contrast
Aa
#ca2002 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca2002 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow99.0%
Key (black)20.8%
Color previews
#ca2002 text on a black background
contrast 3.72:1
Card sample
#ca2002 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2002;
Background color
Panel with #ca2002 background
background-color: #ca2002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2002; background: linear-gradient(135deg, #ca2002, #CAA502);