#c01346
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 19, 70
HSL
342°, 82%, 41%
CMYK
0, 90, 64, 25
Luminance
0.1211
Every format
| HEX | #c01346 |
| RGB | rgb(192, 19, 70) |
| HSL | hsl(342, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 64%, 25%) |
| LAB | lab(41.4 64.5 19.2) |
| LCH | lch(41.4 67.3 16.6) |
| OKLCH | oklch(0.520 0.199 13.5) |
Copy-ready code
/* CSS */
color: #c01346;
background-color: #c01346;
/* Tailwind (arbitrary) */
class="text-[#c01346] bg-[#c01346]"
/* SCSS */
$brand: #c01346;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.275)
/* Android */
Color.parseColor("#c01346")Accessibility — WCAG contrast
Aa
#c01346 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01346 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow63.5%
Key (black)24.7%
Color previews
#c01346 text on a black background
contrast 3.42:1
Card sample
#c01346 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01346;
Background color
Panel with #c01346 background
background-color: #c01346;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01346;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01346; background: linear-gradient(135deg, #c01346, #C05313);