#cc4f44
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 79, 68
HSL
5°, 57%, 53%
CMYK
0, 61, 67, 20
Luminance
0.1885
Every format
| HEX | #cc4f44 |
| RGB | rgb(204, 79, 68) |
| HSL | hsl(5, 57%, 53%) |
| CMYK | cmyk(0%, 61%, 67%, 20%) |
| LAB | lab(50.5 48.9 32.4) |
| LCH | lch(50.5 58.6 33.5) |
| OKLCH | oklch(0.592 0.161 28.0) |
Copy-ready code
/* CSS */
color: #cc4f44;
background-color: #cc4f44;
/* Tailwind (arbitrary) */
class="text-[#cc4f44] bg-[#cc4f44]"
/* SCSS */
$brand: #cc4f44;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 0.267)
/* Android */
Color.parseColor("#cc4f44")Accessibility — WCAG contrast
Aa
#cc4f44 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4f44 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow66.7%
Key (black)20.0%
Color previews
#cc4f44 text on a black background
contrast 4.77:1
Card sample
#cc4f44 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4f44;
Background color
Panel with #cc4f44 background
background-color: #cc4f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4f44; background: linear-gradient(135deg, #cc4f44, #CCAA44);