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