#cc4b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 75, 47
HSL
11°, 63%, 49%
CMYK
0, 63, 77, 20
Luminance
0.1807
Every format
| HEX | #cc4b2f |
| RGB | rgb(204, 75, 47) |
| HSL | hsl(11, 63%, 49%) |
| CMYK | cmyk(0%, 63%, 77%, 20%) |
| LAB | lab(49.6 49.7 42.9) |
| LCH | lch(49.6 65.7 40.8) |
| OKLCH | oklch(0.584 0.169 33.9) |
Copy-ready code
/* CSS */
color: #cc4b2f;
background-color: #cc4b2f;
/* Tailwind (arbitrary) */
class="text-[#cc4b2f] bg-[#cc4b2f]"
/* SCSS */
$brand: #cc4b2f;
/* SwiftUI */
Color(red: 0.800, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#cc4b2f")Accessibility — WCAG contrast
Aa
#cc4b2f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4b2f on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow77.0%
Key (black)20.0%
Color previews
#cc4b2f text on a black background
contrast 4.61:1
Card sample
#cc4b2f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4b2f;
Background color
Panel with #cc4b2f background
background-color: #cc4b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4b2f; background: linear-gradient(135deg, #cc4b2f, #CCB42F);