#cc4455
a balanced, vivid red · warm · closest name: firebrick
RGB
204, 68, 85
HSL
353°, 57%, 53%
CMYK
0, 67, 58, 20
Luminance
0.1763
Every format
| HEX | #cc4455 |
| RGB | rgb(204, 68, 85) |
| HSL | hsl(353, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 58%, 20%) |
| LAB | lab(49.0 54.7 20.5) |
| LCH | lch(49.0 58.4 20.5) |
| OKLCH | oklch(0.582 0.171 17.1) |
Copy-ready code
/* CSS */
color: #cc4455;
background-color: #cc4455;
/* Tailwind (arbitrary) */
class="text-[#cc4455] bg-[#cc4455]"
/* SCSS */
$brand: #cc4455;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.333)
/* Android */
Color.parseColor("#cc4455")Accessibility — WCAG contrast
Aa
#cc4455 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4455 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow58.3%
Key (black)20.0%
Color previews
#cc4455 text on a black background
contrast 4.53:1
Card sample
#cc4455 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4455;
Background color
Panel with #cc4455 background
background-color: #cc4455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4455; background: linear-gradient(135deg, #cc4455, #CC8E44);