#c712eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 18, 235
HSL
290°, 86%, 50%
CMYK
15, 92, 0, 8
Luminance
0.1857
Every format
| HEX | #c712eb |
| RGB | rgb(199, 18, 235) |
| HSL | hsl(290, 86%, 50%) |
| CMYK | cmyk(15%, 92%, 0%, 8%) |
| LAB | lab(50.2 85.5 -66.5) |
| LCH | lch(50.2 108.3 322.1) |
| OKLCH | oklch(0.610 0.287 319.3) |
Copy-ready code
/* CSS */
color: #c712eb;
background-color: #c712eb;
/* Tailwind (arbitrary) */
class="text-[#c712eb] bg-[#c712eb]"
/* SCSS */
$brand: #c712eb;
/* SwiftUI */
Color(red: 0.780, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#c712eb")Accessibility — WCAG contrast
Aa
#c712eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c712eb on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green7.1%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta92.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c712eb text on a black background
contrast 4.71:1
Card sample
#c712eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c712eb;
Background color
Panel with #c712eb background
background-color: #c712eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c712eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c712eb; background: linear-gradient(135deg, #c712eb, #EB127E);