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