#cc0cd9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 217
HSL
296°, 90%, 45%
CMYK
6, 95, 0, 15
Luminance
0.1811
Every format
| HEX | #cc0cd9 |
| RGB | rgb(204, 12, 217) |
| HSL | hsl(296, 90%, 45%) |
| CMYK | cmyk(6%, 95%, 0%, 15%) |
| LAB | lab(49.6 84.0 -57.1) |
| LCH | lch(49.6 101.6 325.8) |
| OKLCH | oklch(0.604 0.278 325.0) |
Copy-ready code
/* CSS */
color: #cc0cd9;
background-color: #cc0cd9;
/* Tailwind (arbitrary) */
class="text-[#cc0cd9] bg-[#cc0cd9]"
/* SCSS */
$brand: #cc0cd9;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.851)
/* Android */
Color.parseColor("#cc0cd9")Accessibility — WCAG contrast
Aa
#cc0cd9 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0cd9 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue85.1%
CMYK percentages
Cyan6.0%
Magenta94.5%
Yellow0.0%
Key (black)14.9%
Color previews
#cc0cd9 text on a black background
contrast 4.62:1
Card sample
#cc0cd9 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cd9;
Background color
Panel with #cc0cd9 background
background-color: #cc0cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cd9; background: linear-gradient(135deg, #cc0cd9, #D90C5D);