#c20ccc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
194, 12, 204
HSL
297°, 89%, 42%
CMYK
5, 94, 0, 20
Luminance
0.1609
Every format
| HEX | #c20ccc |
| RGB | rgb(194, 12, 204) |
| HSL | hsl(297, 89%, 42%) |
| CMYK | cmyk(5%, 94%, 0%, 20%) |
| LAB | lab(47.1 80.4 -53.8) |
| LCH | lch(47.1 96.8 326.2) |
| OKLCH | oklch(0.580 0.266 325.6) |
Copy-ready code
/* CSS */
color: #c20ccc;
background-color: #c20ccc;
/* Tailwind (arbitrary) */
class="text-[#c20ccc] bg-[#c20ccc]"
/* SCSS */
$brand: #c20ccc;
/* SwiftUI */
Color(red: 0.761, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#c20ccc")Accessibility — WCAG contrast
Aa
#c20ccc on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c20ccc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green4.7%
Blue80.0%
CMYK percentages
Cyan4.9%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#c20ccc text on a black background
contrast 4.22:1
Card sample
#c20ccc text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20ccc;
Background color
Panel with #c20ccc background
background-color: #c20ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20ccc; background: linear-gradient(135deg, #c20ccc, #CC0C56);