#c8115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 17, 93
HSL
335°, 84%, 43%
CMYK
0, 92, 54, 22
Luminance
0.1347
Every format
| HEX | #c8115d |
| RGB | rgb(200, 17, 93) |
| HSL | hsl(335, 84%, 43%) |
| CMYK | cmyk(0%, 92%, 54%, 22%) |
| LAB | lab(43.5 68.2 7.8) |
| LCH | lch(43.5 68.7 6.5) |
| OKLCH | oklch(0.540 0.210 5.5) |
Copy-ready code
/* CSS */
color: #c8115d;
background-color: #c8115d;
/* Tailwind (arbitrary) */
class="text-[#c8115d] bg-[#c8115d]"
/* SCSS */
$brand: #c8115d;
/* SwiftUI */
Color(red: 0.784, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#c8115d")Accessibility — WCAG contrast
Aa
#c8115d on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8115d on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow53.5%
Key (black)21.6%
Color previews
#c8115d text on a black background
contrast 3.69:1
Card sample
#c8115d text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8115d;
Background color
Panel with #c8115d background
background-color: #c8115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8115d; background: linear-gradient(135deg, #c8115d, #C83F11);