#cc2b00
a dark, electric red · warm · closest name: tomato
RGB
204, 43, 0
HSL
13°, 100%, 40%
CMYK
0, 79, 100, 20
Luminance
0.1457
Every format
| HEX | #cc2b00 |
| RGB | rgb(204, 43, 0) |
| HSL | hsl(13, 100%, 40%) |
| CMYK | cmyk(0%, 79%, 100%, 20%) |
| LAB | lab(45.0 60.5 57.8) |
| LCH | lch(45.0 83.7 43.7) |
| OKLCH | oklch(0.549 0.201 33.3) |
Copy-ready code
/* CSS */
color: #cc2b00;
background-color: #cc2b00;
/* Tailwind (arbitrary) */
class="text-[#cc2b00] bg-[#cc2b00]"
/* SCSS */
$brand: #cc2b00;
/* SwiftUI */
Color(red: 0.800, green: 0.169, blue: 0.000)
/* Android */
Color.parseColor("#cc2b00")Accessibility — WCAG contrast
Aa
#cc2b00 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2b00 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green16.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow100.0%
Key (black)20.0%
Color previews
#cc2b00 text on a black background
contrast 3.91:1
Card sample
#cc2b00 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2b00;
Background color
Panel with #cc2b00 background
background-color: #cc2b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 43, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 43, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2b00; background: linear-gradient(135deg, #cc2b00, #CCB300);