#c2152a
a dark, electric red · warm · closest name: firebrick
RGB
194, 21, 42
HSL
353°, 81%, 42%
CMYK
0, 89, 78, 24
Luminance
0.1217
Every format
| HEX | #c2152a |
| RGB | rgb(194, 21, 42) |
| HSL | hsl(353, 81%, 42%) |
| CMYK | cmyk(0%, 89%, 78%, 24%) |
| LAB | lab(41.5 63.5 36.6) |
| LCH | lch(41.5 73.3 29.9) |
| OKLCH | oklch(0.520 0.201 23.5) |
Copy-ready code
/* CSS */
color: #c2152a;
background-color: #c2152a;
/* Tailwind (arbitrary) */
class="text-[#c2152a] bg-[#c2152a]"
/* SCSS */
$brand: #c2152a;
/* SwiftUI */
Color(red: 0.761, green: 0.082, blue: 0.165)
/* Android */
Color.parseColor("#c2152a")Accessibility — WCAG contrast
Aa
#c2152a on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2152a on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green8.2%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow78.4%
Key (black)23.9%
Color previews
#c2152a text on a black background
contrast 3.43:1
Card sample
#c2152a text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2152a;
Background color
Panel with #c2152a background
background-color: #c2152a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2152a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 21, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 21, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2152a; background: linear-gradient(135deg, #c2152a, #C27315);