#c4115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
196, 17, 93
HSL
335°, 84%, 42%
CMYK
0, 91, 53, 23
Luminance
0.1293
Every format
| HEX | #c4115d |
| RGB | rgb(196, 17, 93) |
| HSL | hsl(335, 84%, 42%) |
| CMYK | cmyk(0%, 91%, 53%, 23%) |
| LAB | lab(42.7 67.3 6.5) |
| LCH | lch(42.7 67.6 5.5) |
| OKLCH | oklch(0.533 0.207 4.7) |
Copy-ready code
/* CSS */
color: #c4115d;
background-color: #c4115d;
/* Tailwind (arbitrary) */
class="text-[#c4115d] bg-[#c4115d]"
/* SCSS */
$brand: #c4115d;
/* SwiftUI */
Color(red: 0.769, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#c4115d")Accessibility — WCAG contrast
Aa
#c4115d on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c4115d on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow52.6%
Key (black)23.1%
Color previews
#c4115d text on a black background
contrast 3.59:1
Card sample
#c4115d text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4115d;
Background color
Panel with #c4115d background
background-color: #c4115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4115d; background: linear-gradient(135deg, #c4115d, #C43C11);