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