#c714c7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
199, 20, 199
HSL
300°, 82%, 43%
CMYK
0, 90, 0, 22
Luminance
0.1677
Every format
| HEX | #c714c7 |
| RGB | rgb(199, 20, 199) |
| HSL | hsl(300, 82%, 43%) |
| CMYK | cmyk(0%, 90%, 0%, 22%) |
| LAB | lab(48.0 79.6 -49.4) |
| LCH | lch(48.0 93.7 328.2) |
| OKLCH | oklch(0.587 0.261 328.3) |
Copy-ready code
/* CSS */
color: #c714c7;
background-color: #c714c7;
/* Tailwind (arbitrary) */
class="text-[#c714c7] bg-[#c714c7]"
/* SCSS */
$brand: #c714c7;
/* SwiftUI */
Color(red: 0.780, green: 0.078, blue: 0.780)
/* Android */
Color.parseColor("#c714c7")Accessibility — WCAG contrast
Aa
#c714c7 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c714c7 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green7.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow0.0%
Key (black)22.0%
Color previews
#c714c7 text on a black background
contrast 4.35:1
Card sample
#c714c7 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c714c7;
Background color
Panel with #c714c7 background
background-color: #c714c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c714c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 20, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 20, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c714c7; background: linear-gradient(135deg, #c714c7, #C71450);