#cc4848
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 72, 72
HSL
0°, 56%, 54%
CMYK
0, 65, 65, 20
Luminance
0.1794
Every format
| HEX | #cc4848 |
| RGB | rgb(204, 72, 72) |
| HSL | hsl(0, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 65%, 20%) |
| LAB | lab(49.4 52.2 28.7) |
| LCH | lch(49.4 59.6 28.8) |
| OKLCH | oklch(0.584 0.168 23.9) |
Copy-ready code
/* CSS */
color: #cc4848;
background-color: #cc4848;
/* Tailwind (arbitrary) */
class="text-[#cc4848] bg-[#cc4848]"
/* SCSS */
$brand: #cc4848;
/* SwiftUI */
Color(red: 0.800, green: 0.282, blue: 0.282)
/* Android */
Color.parseColor("#cc4848")Accessibility — WCAG contrast
Aa
#cc4848 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4848 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.2%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow64.7%
Key (black)20.0%
Color previews
#cc4848 text on a black background
contrast 4.59:1
Card sample
#cc4848 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4848;
Background color
Panel with #cc4848 background
background-color: #cc4848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 72, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 72, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4848; background: linear-gradient(135deg, #cc4848, #CCA048);