#ca0708
a dark, electric red · warm · closest name: firebrick
RGB
202, 7, 8
HSL
360°, 93%, 41%
CMYK
0, 97, 96, 21
Luminance
0.1273
Every format
| HEX | #ca0708 |
| RGB | rgb(202, 7, 8) |
| HSL | hsl(360, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 96%, 21%) |
| LAB | lab(42.4 66.6 53.8) |
| LCH | lch(42.4 85.6 38.9) |
| OKLCH | oklch(0.529 0.214 28.9) |
Copy-ready code
/* CSS */
color: #ca0708;
background-color: #ca0708;
/* Tailwind (arbitrary) */
class="text-[#ca0708] bg-[#ca0708]"
/* SCSS */
$brand: #ca0708;
/* SwiftUI */
Color(red: 0.792, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#ca0708")Accessibility — WCAG contrast
Aa
#ca0708 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca0708 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow96.0%
Key (black)20.8%
Color previews
#ca0708 text on a black background
contrast 3.55:1
Card sample
#ca0708 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca0708;
Background color
Panel with #ca0708 background
background-color: #ca0708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca0708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca0708; background: linear-gradient(135deg, #ca0708, #CA8807);