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