#cf1c2c
a balanced, electric red · warm · closest name: crimson
RGB
207, 28, 44
HSL
355°, 76%, 46%
CMYK
0, 87, 79, 19
Luminance
0.1428
Every format
| HEX | #cf1c2c |
| RGB | rgb(207, 28, 44) |
| HSL | hsl(355, 76%, 46%) |
| CMYK | cmyk(0%, 87%, 79%, 19%) |
| LAB | lab(44.6 65.7 39.5) |
| LCH | lch(44.6 76.7 31.0) |
| OKLCH | oklch(0.548 0.208 24.3) |
Copy-ready code
/* CSS */
color: #cf1c2c;
background-color: #cf1c2c;
/* Tailwind (arbitrary) */
class="text-[#cf1c2c] bg-[#cf1c2c]"
/* SCSS */
$brand: #cf1c2c;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.173)
/* Android */
Color.parseColor("#cf1c2c")Accessibility — WCAG contrast
Aa
#cf1c2c on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1c2c on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow78.7%
Key (black)18.8%
Color previews
#cf1c2c text on a black background
contrast 3.86:1
Card sample
#cf1c2c text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1c2c;
Background color
Panel with #cf1c2c background
background-color: #cf1c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1c2c; background: linear-gradient(135deg, #cf1c2c, #CF831C);