#cf0708
a dark, electric red · warm · closest name: red
RGB
207, 7, 8
HSL
360°, 94%, 42%
CMYK
0, 97, 96, 19
Luminance
0.1343
Every format
| HEX | #cf0708 |
| RGB | rgb(207, 7, 8) |
| HSL | hsl(360, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 96%, 19%) |
| LAB | lab(43.4 67.9 54.9) |
| LCH | lch(43.4 87.3 39.0) |
| OKLCH | oklch(0.538 0.218 28.9) |
Copy-ready code
/* CSS */
color: #cf0708;
background-color: #cf0708;
/* Tailwind (arbitrary) */
class="text-[#cf0708] bg-[#cf0708]"
/* SCSS */
$brand: #cf0708;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#cf0708")Accessibility — WCAG contrast
Aa
#cf0708 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0708 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow96.1%
Key (black)18.8%
Color previews
#cf0708 text on a black background
contrast 3.69:1
Card sample
#cf0708 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0708;
Background color
Panel with #cf0708 background
background-color: #cf0708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0708; background: linear-gradient(135deg, #cf0708, #CF8B07);