#cc00c7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 0, 199
HSL
302°, 100%, 40%
CMYK
0, 100, 3, 20
Luminance
0.1696
Every format
| HEX | #cc00c7 |
| RGB | rgb(204, 0, 199) |
| HSL | hsl(302, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 3%, 20%) |
| LAB | lab(48.2 82.3 -49.0) |
| LCH | lch(48.2 95.8 329.2) |
| OKLCH | oklch(0.590 0.269 329.7) |
Copy-ready code
/* CSS */
color: #cc00c7;
background-color: #cc00c7;
/* Tailwind (arbitrary) */
class="text-[#cc00c7] bg-[#cc00c7]"
/* SCSS */
$brand: #cc00c7;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.780)
/* Android */
Color.parseColor("#cc00c7")Accessibility — WCAG contrast
Aa
#cc00c7 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc00c7 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow2.5%
Key (black)20.0%
Color previews
#cc00c7 text on a black background
contrast 4.39:1
Card sample
#cc00c7 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00c7;
Background color
Panel with #cc00c7 background
background-color: #cc00c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00c7; background: linear-gradient(135deg, #cc00c7, #CC003F);