#cc445b
a balanced, vivid red · warm · closest name: crimson
RGB
204, 68, 91
HSL
350°, 57%, 53%
CMYK
0, 67, 55, 20
Luminance
0.1773
Every format
| HEX | #cc445b |
| RGB | rgb(204, 68, 91) |
| HSL | hsl(350, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 55%, 20%) |
| LAB | lab(49.2 55.2 17.0) |
| LCH | lch(49.2 57.7 17.1) |
| OKLCH | oklch(0.583 0.171 14.3) |
Copy-ready code
/* CSS */
color: #cc445b;
background-color: #cc445b;
/* Tailwind (arbitrary) */
class="text-[#cc445b] bg-[#cc445b]"
/* SCSS */
$brand: #cc445b;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.357)
/* Android */
Color.parseColor("#cc445b")Accessibility — WCAG contrast
Aa
#cc445b on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc445b on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow55.4%
Key (black)20.0%
Color previews
#cc445b text on a black background
contrast 4.55:1
Card sample
#cc445b text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc445b;
Background color
Panel with #cc445b background
background-color: #cc445b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc445b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc445b; background: linear-gradient(135deg, #cc445b, #CC8844);