#c714a0
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 20, 160
HSL
313°, 82%, 43%
CMYK
0, 90, 20, 22
Luminance
0.1518
Every format
| HEX | #c714a0 |
| RGB | rgb(199, 20, 160) |
| HSL | hsl(313, 82%, 43%) |
| CMYK | cmyk(0%, 90%, 20%, 22%) |
| LAB | lab(45.9 74.3 -29.8) |
| LCH | lch(45.9 80.0 338.2) |
| OKLCH | oklch(0.565 0.237 340.1) |
Copy-ready code
/* CSS */
color: #c714a0;
background-color: #c714a0;
/* Tailwind (arbitrary) */
class="text-[#c714a0] bg-[#c714a0]"
/* SCSS */
$brand: #c714a0;
/* SwiftUI */
Color(red: 0.780, green: 0.078, blue: 0.627)
/* Android */
Color.parseColor("#c714a0")Accessibility — WCAG contrast
Aa
#c714a0 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c714a0 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green7.8%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow19.6%
Key (black)22.0%
Color previews
#c714a0 text on a black background
contrast 4.04:1
Card sample
#c714a0 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c714a0;
Background color
Panel with #c714a0 background
background-color: #c714a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c714a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 20, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 20, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c714a0; background: linear-gradient(135deg, #c714a0, #C71429);