#cf050f
a dark, electric red · warm · closest name: crimson
RGB
207, 5, 15
HSL
357°, 95%, 42%
CMYK
0, 98, 93, 19
Luminance
0.1341
Every format
| HEX | #cf050f |
| RGB | rgb(207, 5, 15) |
| HSL | hsl(357, 95%, 42%) |
| CMYK | cmyk(0%, 98%, 93%, 19%) |
| LAB | lab(43.4 68.1 52.6) |
| LCH | lch(43.4 86.1 37.7) |
| OKLCH | oklch(0.538 0.218 28.1) |
Copy-ready code
/* CSS */
color: #cf050f;
background-color: #cf050f;
/* Tailwind (arbitrary) */
class="text-[#cf050f] bg-[#cf050f]"
/* SCSS */
$brand: #cf050f;
/* SwiftUI */
Color(red: 0.812, green: 0.020, blue: 0.059)
/* Android */
Color.parseColor("#cf050f")Accessibility — WCAG contrast
Aa
#cf050f on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf050f on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow92.8%
Key (black)18.8%
Color previews
#cf050f text on a black background
contrast 3.68:1
Card sample
#cf050f text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf050f;
Background color
Panel with #cf050f background
background-color: #cf050f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf050f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 5, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 5, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf050f; background: linear-gradient(135deg, #cf050f, #CF8205);