#c710eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 16, 235
HSL
290°, 87%, 49%
CMYK
15, 93, 0, 8
Luminance
0.1851
Every format
| HEX | #c710eb |
| RGB | rgb(199, 16, 235) |
| HSL | hsl(290, 87%, 49%) |
| CMYK | cmyk(15%, 93%, 0%, 8%) |
| LAB | lab(50.1 85.7 -66.6) |
| LCH | lch(50.1 108.5 322.2) |
| OKLCH | oklch(0.609 0.288 319.3) |
Copy-ready code
/* CSS */
color: #c710eb;
background-color: #c710eb;
/* Tailwind (arbitrary) */
class="text-[#c710eb] bg-[#c710eb]"
/* SCSS */
$brand: #c710eb;
/* SwiftUI */
Color(red: 0.780, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#c710eb")Accessibility — WCAG contrast
Aa
#c710eb on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c710eb on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green6.3%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c710eb text on a black background
contrast 4.70:1
Card sample
#c710eb text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c710eb;
Background color
Panel with #c710eb background
background-color: #c710eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c710eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c710eb; background: linear-gradient(135deg, #c710eb, #EB107D);