#c0134c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 19, 76
HSL
340°, 82%, 41%
CMYK
0, 90, 60, 25
Luminance
0.1219
Every format
| HEX | #c0134c |
| RGB | rgb(192, 19, 76) |
| HSL | hsl(340, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 60%, 25%) |
| LAB | lab(41.5 64.9 15.5) |
| LCH | lch(41.5 66.7 13.5) |
| OKLCH | oklch(0.522 0.200 11.1) |
Copy-ready code
/* CSS */
color: #c0134c;
background-color: #c0134c;
/* Tailwind (arbitrary) */
class="text-[#c0134c] bg-[#c0134c]"
/* SCSS */
$brand: #c0134c;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.298)
/* Android */
Color.parseColor("#c0134c")Accessibility — WCAG contrast
Aa
#c0134c on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0134c on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow60.4%
Key (black)24.7%
Color previews
#c0134c text on a black background
contrast 3.44:1
Card sample
#c0134c text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0134c;
Background color
Panel with #c0134c background
background-color: #c0134c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0134c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0134c; background: linear-gradient(135deg, #c0134c, #C04D13);