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