#c01cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 28, 223
HSL
291°, 78%, 49%
CMYK
14, 87, 0, 13
Luminance
0.1736
Every format
| HEX | #c01cdf |
| RGB | rgb(192, 28, 223) |
| HSL | hsl(291, 78%, 49%) |
| CMYK | cmyk(14%, 87%, 0%, 13%) |
| LAB | lab(48.7 81.0 -62.1) |
| LCH | lch(48.7 102.1 322.5) |
| OKLCH | oklch(0.595 0.272 320.0) |
Copy-ready code
/* CSS */
color: #c01cdf;
background-color: #c01cdf;
/* Tailwind (arbitrary) */
class="text-[#c01cdf] bg-[#c01cdf]"
/* SCSS */
$brand: #c01cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#c01cdf")Accessibility — WCAG contrast
Aa
#c01cdf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cdf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c01cdf text on a black background
contrast 4.47:1
Card sample
#c01cdf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cdf;
Background color
Panel with #c01cdf background
background-color: #c01cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cdf; background: linear-gradient(135deg, #c01cdf, #DF1C7C);