#c01056
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 16, 86
HSL
336°, 85%, 41%
CMYK
0, 92, 55, 25
Luminance
0.1225
Every format
| HEX | #c01056 |
| RGB | rgb(192, 16, 86) |
| HSL | hsl(336, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 55%, 25%) |
| LAB | lab(41.6 66.0 9.3) |
| LCH | lch(41.6 66.6 8.1) |
| OKLCH | oklch(0.523 0.203 6.8) |
Copy-ready code
/* CSS */
color: #c01056;
background-color: #c01056;
/* Tailwind (arbitrary) */
class="text-[#c01056] bg-[#c01056]"
/* SCSS */
$brand: #c01056;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.337)
/* Android */
Color.parseColor("#c01056")Accessibility — WCAG contrast
Aa
#c01056 on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01056 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow55.2%
Key (black)24.7%
Color previews
#c01056 text on a black background
contrast 3.45:1
Card sample
#c01056 text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01056;
Background color
Panel with #c01056 background
background-color: #c01056;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01056;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01056; background: linear-gradient(135deg, #c01056, #C03F10);