#c0115d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 17, 93
HSL
334°, 84%, 41%
CMYK
0, 91, 52, 25
Luminance
0.1240
Every format
| HEX | #c0115d |
| RGB | rgb(192, 17, 93) |
| HSL | hsl(334, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 52%, 25%) |
| LAB | lab(41.9 66.3 5.2) |
| LCH | lch(41.9 66.5 4.5) |
| OKLCH | oklch(0.525 0.204 3.9) |
Copy-ready code
/* CSS */
color: #c0115d;
background-color: #c0115d;
/* Tailwind (arbitrary) */
class="text-[#c0115d] bg-[#c0115d]"
/* SCSS */
$brand: #c0115d;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#c0115d")Accessibility — WCAG contrast
Aa
#c0115d on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0115d on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow51.6%
Key (black)24.7%
Color previews
#c0115d text on a black background
contrast 3.48:1
Card sample
#c0115d text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0115d;
Background color
Panel with #c0115d background
background-color: #c0115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0115d; background: linear-gradient(135deg, #c0115d, #C03A11);