#c40cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 12, 218
HSL
294°, 90%, 45%
CMYK
10, 95, 0, 15
Luminance
0.1706
Every format
| HEX | #c40cda |
| RGB | rgb(196, 12, 218) |
| HSL | hsl(294, 90%, 45%) |
| CMYK | cmyk(10%, 95%, 0%, 15%) |
| LAB | lab(48.3 82.9 -59.8) |
| LCH | lch(48.3 102.2 324.2) |
| OKLCH | oklch(0.592 0.276 322.6) |
Copy-ready code
/* CSS */
color: #c40cda;
background-color: #c40cda;
/* Tailwind (arbitrary) */
class="text-[#c40cda] bg-[#c40cda]"
/* SCSS */
$brand: #c40cda;
/* SwiftUI */
Color(red: 0.769, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#c40cda")Accessibility — WCAG contrast
Aa
#c40cda on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40cda on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green4.7%
Blue85.5%
CMYK percentages
Cyan10.1%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c40cda text on a black background
contrast 4.41:1
Card sample
#c40cda text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40cda;
Background color
Panel with #c40cda background
background-color: #c40cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40cda; background: linear-gradient(135deg, #c40cda, #DA0C67);