#c600cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 0, 207
HSL
297°, 100%, 41%
CMYK
4, 100, 0, 19
Luminance
0.1651
Every format
| HEX | #c600cf |
| RGB | rgb(198, 0, 207) |
| HSL | hsl(297, 100%, 41%) |
| CMYK | cmyk(4%, 100%, 0%, 19%) |
| LAB | lab(47.6 82.5 -54.6) |
| LCH | lch(47.6 99.0 326.5) |
| OKLCH | oklch(0.586 0.273 326.0) |
Copy-ready code
/* CSS */
color: #c600cf;
background-color: #c600cf;
/* Tailwind (arbitrary) */
class="text-[#c600cf] bg-[#c600cf]"
/* SCSS */
$brand: #c600cf;
/* SwiftUI */
Color(red: 0.776, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#c600cf")Accessibility — WCAG contrast
Aa
#c600cf on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c600cf on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green0.0%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta100.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c600cf text on a black background
contrast 4.30:1
Card sample
#c600cf text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c600cf;
Background color
Panel with #c600cf background
background-color: #c600cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c600cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c600cf; background: linear-gradient(135deg, #c600cf, #CF004E);