#c720ec
a balanced, electric violet · warm · closest name: magenta
RGB
199, 32, 236
HSL
289°, 84%, 53%
CMYK
16, 86, 0, 8
Luminance
0.1923
Every format
| HEX | #c720ec |
| RGB | rgb(199, 32, 236) |
| HSL | hsl(289, 84%, 53%) |
| CMYK | cmyk(16%, 86%, 0%, 8%) |
| LAB | lab(51.0 83.6 -65.8) |
| LCH | lch(51.0 106.4 321.8) |
| OKLCH | oklch(0.615 0.281 318.8) |
Copy-ready code
/* CSS */
color: #c720ec;
background-color: #c720ec;
/* Tailwind (arbitrary) */
class="text-[#c720ec] bg-[#c720ec]"
/* SCSS */
$brand: #c720ec;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.925)
/* Android */
Color.parseColor("#c720ec")Accessibility — WCAG contrast
Aa
#c720ec on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c720ec on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta86.4%
Yellow0.0%
Key (black)7.5%
Color previews
#c720ec text on a black background
contrast 4.85:1
Card sample
#c720ec text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c720ec;
Background color
Panel with #c720ec background
background-color: #c720ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c720ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c720ec; background: linear-gradient(135deg, #c720ec, #EC2089);