#c01956
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 25, 86
HSL
338°, 77%, 43%
CMYK
0, 87, 55, 25
Luminance
0.1257
Every format
| HEX | #c01956 |
| RGB | rgb(192, 25, 86) |
| HSL | hsl(338, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 55%, 25%) |
| LAB | lab(42.1 64.5 10.0) |
| LCH | lch(42.1 65.3 8.8) |
| OKLCH | oklch(0.527 0.198 7.4) |
Copy-ready code
/* CSS */
color: #c01956;
background-color: #c01956;
/* Tailwind (arbitrary) */
class="text-[#c01956] bg-[#c01956]"
/* SCSS */
$brand: #c01956;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.337)
/* Android */
Color.parseColor("#c01956")Accessibility — WCAG contrast
Aa
#c01956 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01956 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow55.2%
Key (black)24.7%
Color previews
#c01956 text on a black background
contrast 3.51:1
Card sample
#c01956 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01956;
Background color
Panel with #c01956 background
background-color: #c01956;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01956;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01956; background: linear-gradient(135deg, #c01956, #C04B19);