#c329cc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 41, 204
HSL
297°, 67%, 48%
CMYK
4, 80, 0, 20
Luminance
0.1755
Every format
| HEX | #c329cc |
| RGB | rgb(195, 41, 204) |
| HSL | hsl(297, 67%, 48%) |
| CMYK | cmyk(4%, 80%, 0%, 20%) |
| LAB | lab(49.0 75.7 -50.8) |
| LCH | lch(49.0 91.2 326.1) |
| OKLCH | oklch(0.593 0.251 325.6) |
Copy-ready code
/* CSS */
color: #c329cc;
background-color: #c329cc;
/* Tailwind (arbitrary) */
class="text-[#c329cc] bg-[#c329cc]"
/* SCSS */
$brand: #c329cc;
/* SwiftUI */
Color(red: 0.765, green: 0.161, blue: 0.800)
/* Android */
Color.parseColor("#c329cc")Accessibility — WCAG contrast
Aa
#c329cc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c329cc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green16.1%
Blue80.0%
CMYK percentages
Cyan4.4%
Magenta79.9%
Yellow0.0%
Key (black)20.0%
Color previews
#c329cc text on a black background
contrast 4.51:1
Card sample
#c329cc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c329cc;
Background color
Panel with #c329cc background
background-color: #c329cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c329cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 41, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 41, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c329cc; background: linear-gradient(135deg, #c329cc, #CC2968);