#cf0d3c
a dark, electric red · warm · closest name: crimson
RGB
207, 13, 60
HSL
346°, 88%, 43%
CMYK
0, 94, 71, 19
Luminance
0.1388
Every format
| HEX | #cf0d3c |
| RGB | rgb(207, 13, 60) |
| HSL | hsl(346, 88%, 43%) |
| CMYK | cmyk(0%, 94%, 71%, 19%) |
| LAB | lab(44.1 68.5 29.4) |
| LCH | lch(44.1 74.6 23.2) |
| OKLCH | oklch(0.545 0.214 18.5) |
Copy-ready code
/* CSS */
color: #cf0d3c;
background-color: #cf0d3c;
/* Tailwind (arbitrary) */
class="text-[#cf0d3c] bg-[#cf0d3c]"
/* SCSS */
$brand: #cf0d3c;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.235)
/* Android */
Color.parseColor("#cf0d3c")Accessibility — WCAG contrast
Aa
#cf0d3c on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0d3c on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow71.0%
Key (black)18.8%
Color previews
#cf0d3c text on a black background
contrast 3.78:1
Card sample
#cf0d3c text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0d3c;
Background color
Panel with #cf0d3c background
background-color: #cf0d3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0d3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0d3c; background: linear-gradient(135deg, #cf0d3c, #CF5F0D);