#cc072f
a dark, electric red · warm · closest name: crimson
RGB
204, 7, 47
HSL
348°, 93%, 41%
CMYK
0, 97, 77, 20
Luminance
0.1319
Every format
| HEX | #cc072f |
| RGB | rgb(204, 7, 47) |
| HSL | hsl(348, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 77%, 20%) |
| LAB | lab(43.1 67.9 35.9) |
| LCH | lch(43.1 76.8 27.9) |
| OKLCH | oklch(0.536 0.213 21.8) |
Copy-ready code
/* CSS */
color: #cc072f;
background-color: #cc072f;
/* Tailwind (arbitrary) */
class="text-[#cc072f] bg-[#cc072f]"
/* SCSS */
$brand: #cc072f;
/* SwiftUI */
Color(red: 0.800, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#cc072f")Accessibility — WCAG contrast
Aa
#cc072f on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc072f on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green2.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow77.0%
Key (black)20.0%
Color previews
#cc072f text on a black background
contrast 3.64:1
Card sample
#cc072f text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc072f;
Background color
Panel with #cc072f background
background-color: #cc072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc072f; background: linear-gradient(135deg, #cc072f, #CC6207);