#cc0cdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 220
HSL
295°, 90%, 46%
CMYK
7, 95, 0, 14
Luminance
0.1827
Every format
| HEX | #cc0cdc |
| RGB | rgb(204, 12, 220) |
| HSL | hsl(295, 90%, 46%) |
| CMYK | cmyk(7%, 95%, 0%, 14%) |
| LAB | lab(49.8 84.5 -58.5) |
| LCH | lch(49.8 102.7 325.3) |
| OKLCH | oklch(0.605 0.280 324.2) |
Copy-ready code
/* CSS */
color: #cc0cdc;
background-color: #cc0cdc;
/* Tailwind (arbitrary) */
class="text-[#cc0cdc] bg-[#cc0cdc]"
/* SCSS */
$brand: #cc0cdc;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.863)
/* Android */
Color.parseColor("#cc0cdc")Accessibility — WCAG contrast
Aa
#cc0cdc on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0cdc on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta94.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cc0cdc text on a black background
contrast 4.65:1
Card sample
#cc0cdc text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cdc;
Background color
Panel with #cc0cdc background
background-color: #cc0cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cdc; background: linear-gradient(135deg, #cc0cdc, #DC0C61);