#cf021d
a dark, electric red · warm · closest name: crimson
RGB
207, 2, 29
HSL
352°, 98%, 41%
CMYK
0, 99, 86, 19
Luminance
0.1340
Every format
| HEX | #cf021d |
| RGB | rgb(207, 2, 29) |
| HSL | hsl(352, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 86%, 19%) |
| LAB | lab(43.4 68.6 46.4) |
| LCH | lch(43.4 82.8 34.1) |
| OKLCH | oklch(0.538 0.218 25.9) |
Copy-ready code
/* CSS */
color: #cf021d;
background-color: #cf021d;
/* Tailwind (arbitrary) */
class="text-[#cf021d] bg-[#cf021d]"
/* SCSS */
$brand: #cf021d;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.114)
/* Android */
Color.parseColor("#cf021d")Accessibility — WCAG contrast
Aa
#cf021d on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf021d on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow86.0%
Key (black)18.8%
Color previews
#cf021d text on a black background
contrast 3.68:1
Card sample
#cf021d text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf021d;
Background color
Panel with #cf021d background
background-color: #cf021d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf021d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf021d; background: linear-gradient(135deg, #cf021d, #CF7002);