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