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