#c600cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 0, 204
HSL
298°, 100%, 40%
CMYK
3, 100, 0, 20
Luminance
0.1637
Every format
| HEX | #c600cc |
| RGB | rgb(198, 0, 204) |
| HSL | hsl(298, 100%, 40%) |
| CMYK | cmyk(3%, 100%, 0%, 20%) |
| LAB | lab(47.5 82.1 -53.2) |
| LCH | lch(47.5 97.8 327.1) |
| OKLCH | oklch(0.584 0.271 326.8) |
Copy-ready code
/* CSS */
color: #c600cc;
background-color: #c600cc;
/* Tailwind (arbitrary) */
class="text-[#c600cc] bg-[#c600cc]"
/* SCSS */
$brand: #c600cc;
/* SwiftUI */
Color(red: 0.776, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#c600cc")Accessibility — WCAG contrast
Aa
#c600cc on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c600cc on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green0.0%
Blue80.0%
CMYK percentages
Cyan2.9%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#c600cc text on a black background
contrast 4.27:1
Card sample
#c600cc text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c600cc;
Background color
Panel with #c600cc background
background-color: #c600cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c600cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c600cc; background: linear-gradient(135deg, #c600cc, #CC004A);