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