#cc4b21
a balanced, vivid red · warm · closest name: chocolate
RGB
204, 75, 33
HSL
15°, 72%, 47%
CMYK
0, 63, 84, 20
Luminance
0.1798
Every format
| HEX | #cc4b21 |
| RGB | rgb(204, 75, 33) |
| HSL | hsl(15, 72%, 47%) |
| CMYK | cmyk(0%, 63%, 84%, 20%) |
| LAB | lab(49.5 49.3 49.6) |
| LCH | lch(49.5 69.9 45.2) |
| OKLCH | oklch(0.583 0.172 37.4) |
Copy-ready code
/* CSS */
color: #cc4b21;
background-color: #cc4b21;
/* Tailwind (arbitrary) */
class="text-[#cc4b21] bg-[#cc4b21]"
/* SCSS */
$brand: #cc4b21;
/* SwiftUI */
Color(red: 0.800, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#cc4b21")Accessibility — WCAG contrast
Aa
#cc4b21 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4b21 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow83.8%
Key (black)20.0%
Color previews
#cc4b21 text on a black background
contrast 4.60:1
Card sample
#cc4b21 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4b21;
Background color
Panel with #cc4b21 background
background-color: #cc4b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4b21; background: linear-gradient(135deg, #cc4b21, #CCBD21);