#c400cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 0, 204
HSL
298°, 100%, 40%
CMYK
4, 100, 0, 20
Luminance
0.1610
Every format
| HEX | #c400cc |
| RGB | rgb(196, 0, 204) |
| HSL | hsl(298, 100%, 40%) |
| CMYK | cmyk(4%, 100%, 0%, 20%) |
| LAB | lab(47.1 81.8 -53.8) |
| LCH | lch(47.1 97.8 326.7) |
| OKLCH | oklch(0.581 0.270 326.2) |
Copy-ready code
/* CSS */
color: #c400cc;
background-color: #c400cc;
/* Tailwind (arbitrary) */
class="text-[#c400cc] bg-[#c400cc]"
/* SCSS */
$brand: #c400cc;
/* SwiftUI */
Color(red: 0.769, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#c400cc")Accessibility — WCAG contrast
Aa
#c400cc on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c400cc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green0.0%
Blue80.0%
CMYK percentages
Cyan3.9%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#c400cc text on a black background
contrast 4.22:1
Card sample
#c400cc text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c400cc;
Background color
Panel with #c400cc background
background-color: #c400cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c400cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c400cc; background: linear-gradient(135deg, #c400cc, #CC004C);