#cc3345
a balanced, vivid red · warm · closest name: crimson
RGB
204, 51, 69
HSL
353°, 60%, 50%
CMYK
0, 75, 66, 20
Luminance
0.1563
Every format
| HEX | #cc3345 |
| RGB | rgb(204, 51, 69) |
| HSL | hsl(353, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 66%, 20%) |
| LAB | lab(46.5 60.0 26.8) |
| LCH | lch(46.5 65.7 24.1) |
| OKLCH | oklch(0.562 0.188 19.7) |
Copy-ready code
/* CSS */
color: #cc3345;
background-color: #cc3345;
/* Tailwind (arbitrary) */
class="text-[#cc3345] bg-[#cc3345]"
/* SCSS */
$brand: #cc3345;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.271)
/* Android */
Color.parseColor("#cc3345")Accessibility — WCAG contrast
Aa
#cc3345 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3345 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow66.2%
Key (black)20.0%
Color previews
#cc3345 text on a black background
contrast 4.13:1
Card sample
#cc3345 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3345;
Background color
Panel with #cc3345 background
background-color: #cc3345;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3345;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3345; background: linear-gradient(135deg, #cc3345, #CC8733);