#c00cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 12, 223
HSL
291°, 90%, 46%
CMYK
14, 95, 0, 13
Luminance
0.1680
Every format
| HEX | #c00cdf |
| RGB | rgb(192, 12, 223) |
| HSL | hsl(291, 90%, 46%) |
| CMYK | cmyk(14%, 95%, 0%, 13%) |
| LAB | lab(48.0 83.1 -63.2) |
| LCH | lch(48.0 104.4 322.7) |
| OKLCH | oklch(0.590 0.278 320.3) |
Copy-ready code
/* CSS */
color: #c00cdf;
background-color: #c00cdf;
/* Tailwind (arbitrary) */
class="text-[#c00cdf] bg-[#c00cdf]"
/* SCSS */
$brand: #c00cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#c00cdf")Accessibility — WCAG contrast
Aa
#c00cdf on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00cdf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green4.7%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c00cdf text on a black background
contrast 4.36:1
Card sample
#c00cdf text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00cdf;
Background color
Panel with #c00cdf background
background-color: #c00cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00cdf; background: linear-gradient(135deg, #c00cdf, #DF0C71);