#cc0331
a dark, electric red · warm · closest name: crimson
RGB
204, 3, 49
HSL
346°, 97%, 41%
CMYK
0, 99, 76, 20
Luminance
0.1312
Every format
| HEX | #cc0331 |
| RGB | rgb(204, 3, 49) |
| HSL | hsl(346, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 76%, 20%) |
| LAB | lab(43.0 68.3 34.6) |
| LCH | lch(43.0 76.6 26.9) |
| OKLCH | oklch(0.535 0.214 21.1) |
Copy-ready code
/* CSS */
color: #cc0331;
background-color: #cc0331;
/* Tailwind (arbitrary) */
class="text-[#cc0331] bg-[#cc0331]"
/* SCSS */
$brand: #cc0331;
/* SwiftUI */
Color(red: 0.800, green: 0.012, blue: 0.192)
/* Android */
Color.parseColor("#cc0331")Accessibility — WCAG contrast
Aa
#cc0331 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0331 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green1.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow76.0%
Key (black)20.0%
Color previews
#cc0331 text on a black background
contrast 3.62:1
Card sample
#cc0331 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0331;
Background color
Panel with #cc0331 background
background-color: #cc0331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 3, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 3, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0331; background: linear-gradient(135deg, #cc0331, #CC5B03);