#c60ccc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 12, 204
HSL
298°, 89%, 42%
CMYK
3, 94, 0, 20
Luminance
0.1663
Every format
| HEX | #c60ccc |
| RGB | rgb(198, 12, 204) |
| HSL | hsl(298, 89%, 42%) |
| CMYK | cmyk(3%, 94%, 0%, 20%) |
| LAB | lab(47.8 81.1 -52.6) |
| LCH | lch(47.8 96.7 327.0) |
| OKLCH | oklch(0.586 0.267 326.7) |
Copy-ready code
/* CSS */
color: #c60ccc;
background-color: #c60ccc;
/* Tailwind (arbitrary) */
class="text-[#c60ccc] bg-[#c60ccc]"
/* SCSS */
$brand: #c60ccc;
/* SwiftUI */
Color(red: 0.776, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#c60ccc")Accessibility — WCAG contrast
Aa
#c60ccc on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60ccc on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green4.7%
Blue80.0%
CMYK percentages
Cyan2.9%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#c60ccc text on a black background
contrast 4.33:1
Card sample
#c60ccc text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60ccc;
Background color
Panel with #c60ccc background
background-color: #c60ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60ccc; background: linear-gradient(135deg, #c60ccc, #CC0C52);