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