#c014af
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 20, 175
HSL
306°, 81%, 42%
CMYK
0, 90, 9, 25
Luminance
0.1480
Every format
| HEX | #c014af |
| RGB | rgb(192, 20, 175) |
| HSL | hsl(306, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 9%, 25%) |
| LAB | lab(45.4 74.9 -39.6) |
| LCH | lch(45.4 84.7 332.1) |
| OKLCH | oklch(0.562 0.243 333.3) |
Copy-ready code
/* CSS */
color: #c014af;
background-color: #c014af;
/* Tailwind (arbitrary) */
class="text-[#c014af] bg-[#c014af]"
/* SCSS */
$brand: #c014af;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.686)
/* Android */
Color.parseColor("#c014af")Accessibility — WCAG contrast
Aa
#c014af on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c014af on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow8.9%
Key (black)24.7%
Color previews
#c014af text on a black background
contrast 3.96:1
Card sample
#c014af text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c014af;
Background color
Panel with #c014af background
background-color: #c014af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c014af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c014af; background: linear-gradient(135deg, #c014af, #C0143C);