#cf0d2c
a dark, electric red · warm · closest name: crimson
RGB
207, 13, 44
HSL
350°, 88%, 43%
CMYK
0, 94, 79, 19
Luminance
0.1374
Every format
| HEX | #cf0d2c |
| RGB | rgb(207, 13, 44) |
| HSL | hsl(350, 88%, 43%) |
| CMYK | cmyk(0%, 94%, 79%, 19%) |
| LAB | lab(43.9 68.0 38.7) |
| LCH | lch(43.9 78.2 29.7) |
| OKLCH | oklch(0.542 0.214 23.1) |
Copy-ready code
/* CSS */
color: #cf0d2c;
background-color: #cf0d2c;
/* Tailwind (arbitrary) */
class="text-[#cf0d2c] bg-[#cf0d2c]"
/* SCSS */
$brand: #cf0d2c;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.173)
/* Android */
Color.parseColor("#cf0d2c")Accessibility — WCAG contrast
Aa
#cf0d2c on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0d2c on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow78.7%
Key (black)18.8%
Color previews
#cf0d2c text on a black background
contrast 3.75:1
Card sample
#cf0d2c text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0d2c;
Background color
Panel with #cf0d2c background
background-color: #cf0d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0d2c; background: linear-gradient(135deg, #cf0d2c, #CF6F0D);