#cf0026
a dark, electric red · warm · closest name: crimson
RGB
207, 0, 38
HSL
349°, 100%, 41%
CMYK
0, 100, 82, 19
Luminance
0.1341
Every format
| HEX | #cf0026 |
| RGB | rgb(207, 0, 38) |
| HSL | hsl(349, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 82%, 19%) |
| LAB | lab(43.4 69.0 41.6) |
| LCH | lch(43.4 80.6 31.1) |
| OKLCH | oklch(0.539 0.218 23.9) |
Copy-ready code
/* CSS */
color: #cf0026;
background-color: #cf0026;
/* Tailwind (arbitrary) */
class="text-[#cf0026] bg-[#cf0026]"
/* SCSS */
$brand: #cf0026;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.149)
/* Android */
Color.parseColor("#cf0026")Accessibility — WCAG contrast
Aa
#cf0026 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0026 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow81.6%
Key (black)18.8%
Color previews
#cf0026 text on a black background
contrast 3.68:1
Card sample
#cf0026 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0026;
Background color
Panel with #cf0026 background
background-color: #cf0026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0026; background: linear-gradient(135deg, #cf0026, #CF6400);