#c0154c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 21, 76
HSL
341°, 80%, 42%
CMYK
0, 89, 60, 25
Luminance
0.1226
Every format
| HEX | #c0154c |
| RGB | rgb(192, 21, 76) |
| HSL | hsl(341, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 60%, 25%) |
| LAB | lab(41.6 64.5 15.7) |
| LCH | lch(41.6 66.4 13.7) |
| OKLCH | oklch(0.522 0.199 11.2) |
Copy-ready code
/* CSS */
color: #c0154c;
background-color: #c0154c;
/* Tailwind (arbitrary) */
class="text-[#c0154c] bg-[#c0154c]"
/* SCSS */
$brand: #c0154c;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.298)
/* Android */
Color.parseColor("#c0154c")Accessibility — WCAG contrast
Aa
#c0154c on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0154c on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow60.4%
Key (black)24.7%
Color previews
#c0154c text on a black background
contrast 3.45:1
Card sample
#c0154c text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0154c;
Background color
Panel with #c0154c background
background-color: #c0154c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0154c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0154c; background: linear-gradient(135deg, #c0154c, #C05015);