#cc0cd6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 214
HSL
297°, 89%, 44%
CMYK
5, 94, 0, 16
Luminance
0.1796
Every format
| HEX | #cc0cd6 |
| RGB | rgb(204, 12, 214) |
| HSL | hsl(297, 89%, 44%) |
| CMYK | cmyk(5%, 94%, 0%, 16%) |
| LAB | lab(49.5 83.5 -55.7) |
| LCH | lch(49.5 100.4 326.3) |
| OKLCH | oklch(0.602 0.276 325.7) |
Copy-ready code
/* CSS */
color: #cc0cd6;
background-color: #cc0cd6;
/* Tailwind (arbitrary) */
class="text-[#cc0cd6] bg-[#cc0cd6]"
/* SCSS */
$brand: #cc0cd6;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.839)
/* Android */
Color.parseColor("#cc0cd6")Accessibility — WCAG contrast
Aa
#cc0cd6 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0cd6 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue83.9%
CMYK percentages
Cyan4.7%
Magenta94.4%
Yellow0.0%
Key (black)16.1%
Color previews
#cc0cd6 text on a black background
contrast 4.59:1
Card sample
#cc0cd6 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cd6;
Background color
Panel with #cc0cd6 background
background-color: #cc0cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cd6; background: linear-gradient(135deg, #cc0cd6, #D60C59);