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