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