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