#c40038
a dark, electric magenta / pink · warm · closest name: crimson
RGB
196, 0, 56
HSL
343°, 100%, 38%
CMYK
0, 100, 71, 23
Luminance
0.1202
Every format
| HEX | #c40038 |
| RGB | rgb(196, 0, 56) |
| HSL | hsl(343, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 71%, 23%) |
| LAB | lab(41.3 66.9 27.9) |
| LCH | lch(41.3 72.5 22.7) |
| OKLCH | oklch(0.520 0.208 18.0) |
Copy-ready code
/* CSS */
color: #c40038;
background-color: #c40038;
/* Tailwind (arbitrary) */
class="text-[#c40038] bg-[#c40038]"
/* SCSS */
$brand: #c40038;
/* SwiftUI */
Color(red: 0.769, green: 0.000, blue: 0.220)
/* Android */
Color.parseColor("#c40038")Accessibility — WCAG contrast
Aa
#c40038 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40038 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green0.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow71.4%
Key (black)23.1%
Color previews
#c40038 text on a black background
contrast 3.40:1
Card sample
#c40038 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40038;
Background color
Panel with #c40038 background
background-color: #c40038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 0, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 0, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40038; background: linear-gradient(135deg, #c40038, #C44B00);