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