#c00549
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 5, 73
HSL
338°, 95%, 39%
CMYK
0, 97, 62, 25
Luminance
0.1180
Every format
| HEX | #c00549 |
| RGB | rgb(192, 5, 73) |
| HSL | hsl(338, 95%, 39%) |
| CMYK | cmyk(0%, 97%, 62%, 25%) |
| LAB | lab(40.9 66.3 16.6) |
| LCH | lch(40.9 68.4 14.0) |
| OKLCH | oklch(0.517 0.205 11.5) |
Copy-ready code
/* CSS */
color: #c00549;
background-color: #c00549;
/* Tailwind (arbitrary) */
class="text-[#c00549] bg-[#c00549]"
/* SCSS */
$brand: #c00549;
/* SwiftUI */
Color(red: 0.753, green: 0.020, blue: 0.286)
/* Android */
Color.parseColor("#c00549")Accessibility — WCAG contrast
Aa
#c00549 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00549 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green2.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta97.4%
Yellow62.0%
Key (black)24.7%
Color previews
#c00549 text on a black background
contrast 3.36:1
Card sample
#c00549 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00549;
Background color
Panel with #c00549 background
background-color: #c00549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 5, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 5, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00549; background: linear-gradient(135deg, #c00549, #C03E05);