#c01e7c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 30, 124
HSL
325°, 73%, 44%
CMYK
0, 84, 35, 25
Luminance
0.1359
Every format
| HEX | #c01e7c |
| RGB | rgb(192, 30, 124) |
| HSL | hsl(325, 73%, 44%) |
| CMYK | cmyk(0%, 84%, 35%, 25%) |
| LAB | lab(43.6 66.8 -11.5) |
| LCH | lch(43.6 67.8 350.3) |
| OKLCH | oklch(0.542 0.208 351.8) |
Copy-ready code
/* CSS */
color: #c01e7c;
background-color: #c01e7c;
/* Tailwind (arbitrary) */
class="text-[#c01e7c] bg-[#c01e7c]"
/* SCSS */
$brand: #c01e7c;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.486)
/* Android */
Color.parseColor("#c01e7c")Accessibility — WCAG contrast
Aa
#c01e7c on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01e7c on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow35.4%
Key (black)24.7%
Color previews
#c01e7c text on a black background
contrast 3.72:1
Card sample
#c01e7c text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01e7c;
Background color
Panel with #c01e7c background
background-color: #c01e7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01e7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01e7c; background: linear-gradient(135deg, #c01e7c, #C02C1E);