#c40eb3
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 14, 179
HSL
306°, 87%, 41%
CMYK
0, 93, 9, 23
Luminance
0.1530
Every format
| HEX | #c40eb3 |
| RGB | rgb(196, 14, 179) |
| HSL | hsl(306, 87%, 41%) |
| CMYK | cmyk(0%, 93%, 9%, 23%) |
| LAB | lab(46.0 76.9 -40.8) |
| LCH | lch(46.0 87.1 332.0) |
| OKLCH | oklch(0.569 0.249 333.2) |
Copy-ready code
/* CSS */
color: #c40eb3;
background-color: #c40eb3;
/* Tailwind (arbitrary) */
class="text-[#c40eb3] bg-[#c40eb3]"
/* SCSS */
$brand: #c40eb3;
/* SwiftUI */
Color(red: 0.769, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#c40eb3")Accessibility — WCAG contrast
Aa
#c40eb3 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40eb3 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow8.7%
Key (black)23.1%
Color previews
#c40eb3 text on a black background
contrast 4.06:1
Card sample
#c40eb3 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40eb3;
Background color
Panel with #c40eb3 background
background-color: #c40eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40eb3; background: linear-gradient(135deg, #c40eb3, #C40E3A);