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