#c40cba
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 12, 186
HSL
303°, 89%, 41%
CMYK
0, 94, 5, 23
Luminance
0.1554
Every format
| HEX | #c40cba |
| RGB | rgb(196, 12, 186) |
| HSL | hsl(303, 89%, 41%) |
| CMYK | cmyk(0%, 94%, 5%, 23%) |
| LAB | lab(46.4 78.1 -44.4) |
| LCH | lch(46.4 89.9 330.4) |
| OKLCH | oklch(0.572 0.255 331.2) |
Copy-ready code
/* CSS */
color: #c40cba;
background-color: #c40cba;
/* Tailwind (arbitrary) */
class="text-[#c40cba] bg-[#c40cba]"
/* SCSS */
$brand: #c40cba;
/* SwiftUI */
Color(red: 0.769, green: 0.047, blue: 0.729)
/* Android */
Color.parseColor("#c40cba")Accessibility — WCAG contrast
Aa
#c40cba on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40cba on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green4.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta93.9%
Yellow5.1%
Key (black)23.1%
Color previews
#c40cba text on a black background
contrast 4.11:1
Card sample
#c40cba text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40cba;
Background color
Panel with #c40cba background
background-color: #c40cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 12, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 12, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40cba; background: linear-gradient(135deg, #c40cba, #C40C3F);