#cc0022
a dark, electric red · warm · closest name: crimson
RGB
204, 0, 34
HSL
350°, 100%, 40%
CMYK
0, 100, 83, 20
Luminance
0.1295
Every format
| HEX | #cc0022 |
| RGB | rgb(204, 0, 34) |
| HSL | hsl(350, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 83%, 20%) |
| LAB | lab(42.7 68.2 43.0) |
| LCH | lch(42.7 80.6 32.2) |
| OKLCH | oklch(0.533 0.216 24.7) |
Copy-ready code
/* CSS */
color: #cc0022;
background-color: #cc0022;
/* Tailwind (arbitrary) */
class="text-[#cc0022] bg-[#cc0022]"
/* SCSS */
$brand: #cc0022;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#cc0022")Accessibility — WCAG contrast
Aa
#cc0022 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0022 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow83.3%
Key (black)20.0%
Color previews
#cc0022 text on a black background
contrast 3.59:1
Card sample
#cc0022 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0022;
Background color
Panel with #cc0022 background
background-color: #cc0022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0022; background: linear-gradient(135deg, #cc0022, #CC6600);