#c720ff
a balanced, electric violet · warm · closest name: magenta
RGB
199, 32, 255
HSL
285°, 100%, 56%
CMYK
22, 88, 0, 0
Luminance
0.2040
Every format
| HEX | #c720ff |
| RGB | rgb(199, 32, 255) |
| HSL | hsl(285, 100%, 56%) |
| CMYK | cmyk(22%, 88%, 0%, 0%) |
| LAB | lab(52.3 86.9 -74.3) |
| LCH | lch(52.3 114.3 319.5) |
| OKLCH | oklch(0.628 0.295 314.7) |
Copy-ready code
/* CSS */
color: #c720ff;
background-color: #c720ff;
/* Tailwind (arbitrary) */
class="text-[#c720ff] bg-[#c720ff]"
/* SCSS */
$brand: #c720ff;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 1.000)
/* Android */
Color.parseColor("#c720ff")Accessibility — WCAG contrast
Aa
#c720ff on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c720ff on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta87.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c720ff text on a black background
contrast 5.08:1
Card sample
#c720ff text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c720ff;
Background color
Panel with #c720ff background
background-color: #c720ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c720ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c720ff; background: linear-gradient(135deg, #c720ff, #FF20A3);