#c2012f
a dark, electric red · warm · closest name: crimson
RGB
194, 1, 47
HSL
346°, 99%, 38%
CMYK
0, 100, 76, 24
Luminance
0.1170
Every format
| HEX | #c2012f |
| RGB | rgb(194, 1, 47) |
| HSL | hsl(346, 99%, 38%) |
| CMYK | cmyk(0%, 100%, 76%, 24%) |
| LAB | lab(40.7 66.0 32.8) |
| LCH | lch(40.7 73.7 26.4) |
| OKLCH | oklch(0.515 0.207 20.7) |
Copy-ready code
/* CSS */
color: #c2012f;
background-color: #c2012f;
/* Tailwind (arbitrary) */
class="text-[#c2012f] bg-[#c2012f]"
/* SCSS */
$brand: #c2012f;
/* SwiftUI */
Color(red: 0.761, green: 0.004, blue: 0.184)
/* Android */
Color.parseColor("#c2012f")Accessibility — WCAG contrast
Aa
#c2012f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2012f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow75.8%
Key (black)23.9%
Color previews
#c2012f text on a black background
contrast 3.34:1
Card sample
#c2012f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2012f;
Background color
Panel with #c2012f background
background-color: #c2012f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2012f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 1, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 1, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2012f; background: linear-gradient(135deg, #c2012f, #C25401);