#c41236
a dark, electric red · warm · closest name: crimson
RGB
196, 18, 54
HSL
348°, 83%, 42%
CMYK
0, 91, 72, 23
Luminance
0.1243
Every format
| HEX | #c41236 |
| RGB | rgb(196, 18, 54) |
| HSL | hsl(348, 83%, 42%) |
| CMYK | cmyk(0%, 91%, 72%, 23%) |
| LAB | lab(41.9 64.9 29.9) |
| LCH | lch(41.9 71.5 24.8) |
| OKLCH | oklch(0.525 0.203 19.7) |
Copy-ready code
/* CSS */
color: #c41236;
background-color: #c41236;
/* Tailwind (arbitrary) */
class="text-[#c41236] bg-[#c41236]"
/* SCSS */
$brand: #c41236;
/* SwiftUI */
Color(red: 0.769, green: 0.071, blue: 0.212)
/* Android */
Color.parseColor("#c41236")Accessibility — WCAG contrast
Aa
#c41236 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41236 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.1%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow72.4%
Key (black)23.1%
Color previews
#c41236 text on a black background
contrast 3.49:1
Card sample
#c41236 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41236;
Background color
Panel with #c41236 background
background-color: #c41236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 18, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 18, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41236; background: linear-gradient(135deg, #c41236, #C46512);