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