#c7115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
199, 17, 93
HSL
335°, 84%, 42%
CMYK
0, 92, 53, 22
Luminance
0.1333
Every format
| HEX | #c7115d |
| RGB | rgb(199, 17, 93) |
| HSL | hsl(335, 84%, 42%) |
| CMYK | cmyk(0%, 92%, 53%, 22%) |
| LAB | lab(43.3 68.0 7.5) |
| LCH | lch(43.3 68.4 6.3) |
| OKLCH | oklch(0.538 0.209 5.3) |
Copy-ready code
/* CSS */
color: #c7115d;
background-color: #c7115d;
/* Tailwind (arbitrary) */
class="text-[#c7115d] bg-[#c7115d]"
/* SCSS */
$brand: #c7115d;
/* SwiftUI */
Color(red: 0.780, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#c7115d")Accessibility — WCAG contrast
Aa
#c7115d on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7115d on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow53.3%
Key (black)22.0%
Color previews
#c7115d text on a black background
contrast 3.67:1
Card sample
#c7115d text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7115d;
Background color
Panel with #c7115d background
background-color: #c7115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7115d; background: linear-gradient(135deg, #c7115d, #C73E11);