#cf072c
a dark, electric red · warm · closest name: crimson
RGB
207, 7, 44
HSL
349°, 94%, 42%
CMYK
0, 97, 79, 19
Luminance
0.1360
Every format
| HEX | #cf072c |
| RGB | rgb(207, 7, 44) |
| HSL | hsl(349, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 79%, 19%) |
| LAB | lab(43.7 68.5 38.5) |
| LCH | lch(43.7 78.6 29.3) |
| OKLCH | oklch(0.541 0.216 22.8) |
Copy-ready code
/* CSS */
color: #cf072c;
background-color: #cf072c;
/* Tailwind (arbitrary) */
class="text-[#cf072c] bg-[#cf072c]"
/* SCSS */
$brand: #cf072c;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.173)
/* Android */
Color.parseColor("#cf072c")Accessibility — WCAG contrast
Aa
#cf072c on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf072c on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow78.7%
Key (black)18.8%
Color previews
#cf072c text on a black background
contrast 3.72:1
Card sample
#cf072c text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf072c;
Background color
Panel with #cf072c background
background-color: #cf072c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf072c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf072c; background: linear-gradient(135deg, #cf072c, #CF6707);