#ca3e10
a dark, electric red · warm · closest name: tomato
RGB
202, 62, 16
HSL
15°, 85%, 43%
CMYK
0, 69, 92, 21
Luminance
0.1604
Every format
| HEX | #ca3e10 |
| RGB | rgb(202, 62, 16) |
| HSL | hsl(15, 85%, 43%) |
| CMYK | cmyk(0%, 69%, 92%, 21%) |
| LAB | lab(47.0 53.6 54.1) |
| LCH | lch(47.0 76.2 45.3) |
| OKLCH | oklch(0.564 0.184 36.2) |
Copy-ready code
/* CSS */
color: #ca3e10;
background-color: #ca3e10;
/* Tailwind (arbitrary) */
class="text-[#ca3e10] bg-[#ca3e10]"
/* SCSS */
$brand: #ca3e10;
/* SwiftUI */
Color(red: 0.792, green: 0.243, blue: 0.063)
/* Android */
Color.parseColor("#ca3e10")Accessibility — WCAG contrast
Aa
#ca3e10 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca3e10 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow92.1%
Key (black)20.8%
Color previews
#ca3e10 text on a black background
contrast 4.21:1
Card sample
#ca3e10 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3e10;
Background color
Panel with #ca3e10 background
background-color: #ca3e10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3e10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 62, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 62, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3e10; background: linear-gradient(135deg, #ca3e10, #CABA10);