#ca4a21
a balanced, vivid red · warm · closest name: chocolate
RGB
202, 74, 33
HSL
15°, 72%, 46%
CMYK
0, 63, 84, 21
Luminance
0.1756
Every format
| HEX | #ca4a21 |
| RGB | rgb(202, 74, 33) |
| HSL | hsl(15, 72%, 46%) |
| CMYK | cmyk(0%, 63%, 84%, 21%) |
| LAB | lab(49.0 49.0 49.0) |
| LCH | lch(49.0 69.3 45.0) |
| OKLCH | oklch(0.579 0.171 37.2) |
Copy-ready code
/* CSS */
color: #ca4a21;
background-color: #ca4a21;
/* Tailwind (arbitrary) */
class="text-[#ca4a21] bg-[#ca4a21]"
/* SCSS */
$brand: #ca4a21;
/* SwiftUI */
Color(red: 0.792, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#ca4a21")Accessibility — WCAG contrast
Aa
#ca4a21 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca4a21 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow83.7%
Key (black)20.8%
Color previews
#ca4a21 text on a black background
contrast 4.51:1
Card sample
#ca4a21 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca4a21;
Background color
Panel with #ca4a21 background
background-color: #ca4a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca4a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca4a21; background: linear-gradient(135deg, #ca4a21, #CABB21);