#cc4f39
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 79, 57
HSL
9°, 59%, 51%
CMYK
0, 61, 72, 20
Luminance
0.1872
Every format
| HEX | #cc4f39 |
| RGB | rgb(204, 79, 57) |
| HSL | hsl(9, 59%, 51%) |
| CMYK | cmyk(0%, 61%, 72%, 20%) |
| LAB | lab(50.4 48.4 38.4) |
| LCH | lch(50.4 61.7 38.4) |
| OKLCH | oklch(0.591 0.163 32.1) |
Copy-ready code
/* CSS */
color: #cc4f39;
background-color: #cc4f39;
/* Tailwind (arbitrary) */
class="text-[#cc4f39] bg-[#cc4f39]"
/* SCSS */
$brand: #cc4f39;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#cc4f39")Accessibility — WCAG contrast
Aa
#cc4f39 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4f39 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow72.1%
Key (black)20.0%
Color previews
#cc4f39 text on a black background
contrast 4.74:1
Card sample
#cc4f39 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4f39;
Background color
Panel with #cc4f39 background
background-color: #cc4f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4f39; background: linear-gradient(135deg, #cc4f39, #CCB139);