#cc4921
a balanced, vivid red · warm · closest name: tomato
RGB
204, 73, 33
HSL
14°, 72%, 47%
CMYK
0, 64, 84, 20
Luminance
0.1771
Every format
| HEX | #cc4921 |
| RGB | rgb(204, 73, 33) |
| HSL | hsl(14, 72%, 47%) |
| CMYK | cmyk(0%, 64%, 84%, 20%) |
| LAB | lab(49.1 50.1 49.3) |
| LCH | lch(49.1 70.3 44.5) |
| OKLCH | oklch(0.581 0.174 36.7) |
Copy-ready code
/* CSS */
color: #cc4921;
background-color: #cc4921;
/* Tailwind (arbitrary) */
class="text-[#cc4921] bg-[#cc4921]"
/* SCSS */
$brand: #cc4921;
/* SwiftUI */
Color(red: 0.800, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#cc4921")Accessibility — WCAG contrast
Aa
#cc4921 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4921 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow83.8%
Key (black)20.0%
Color previews
#cc4921 text on a black background
contrast 4.54:1
Card sample
#cc4921 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4921;
Background color
Panel with #cc4921 background
background-color: #cc4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4921; background: linear-gradient(135deg, #cc4921, #CCBB21);