#c01447
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 20, 71
HSL
342°, 81%, 42%
CMYK
0, 90, 63, 25
Luminance
0.1216
Every format
| HEX | #c01447 |
| RGB | rgb(192, 20, 71) |
| HSL | hsl(342, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 63%, 25%) |
| LAB | lab(41.5 64.4 18.6) |
| LCH | lch(41.5 67.0 16.1) |
| OKLCH | oklch(0.521 0.199 13.1) |
Copy-ready code
/* CSS */
color: #c01447;
background-color: #c01447;
/* Tailwind (arbitrary) */
class="text-[#c01447] bg-[#c01447]"
/* SCSS */
$brand: #c01447;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.278)
/* Android */
Color.parseColor("#c01447")Accessibility — WCAG contrast
Aa
#c01447 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01447 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow63.0%
Key (black)24.7%
Color previews
#c01447 text on a black background
contrast 3.43:1
Card sample
#c01447 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01447;
Background color
Panel with #c01447 background
background-color: #c01447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01447; background: linear-gradient(135deg, #c01447, #C05414);