#cc444a
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 68, 74
HSL
357°, 57%, 53%
CMYK
0, 67, 64, 20
Luminance
0.1747
Every format
| HEX | #cc444a |
| RGB | rgb(204, 68, 74) |
| HSL | hsl(357, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 64%, 20%) |
| LAB | lab(48.9 54.0 26.8) |
| LCH | lch(48.9 60.3 26.4) |
| OKLCH | oklch(0.580 0.172 21.8) |
Copy-ready code
/* CSS */
color: #cc444a;
background-color: #cc444a;
/* Tailwind (arbitrary) */
class="text-[#cc444a] bg-[#cc444a]"
/* SCSS */
$brand: #cc444a;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.290)
/* Android */
Color.parseColor("#cc444a")Accessibility — WCAG contrast
Aa
#cc444a on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc444a on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow63.7%
Key (black)20.0%
Color previews
#cc444a text on a black background
contrast 4.49:1
Card sample
#cc444a text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc444a;
Background color
Panel with #cc444a background
background-color: #cc444a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc444a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc444a; background: linear-gradient(135deg, #cc444a, #CC9944);