#c720fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 32, 253
HSL
285°, 98%, 56%
CMYK
21, 87, 0, 1
Luminance
0.2027
Every format
| HEX | #c720fd |
| RGB | rgb(199, 32, 253) |
| HSL | hsl(285, 98%, 56%) |
| CMYK | cmyk(21%, 87%, 0%, 1%) |
| LAB | lab(52.1 86.5 -73.4) |
| LCH | lch(52.1 113.4 319.7) |
| OKLCH | oklch(0.627 0.294 315.1) |
Copy-ready code
/* CSS */
color: #c720fd;
background-color: #c720fd;
/* Tailwind (arbitrary) */
class="text-[#c720fd] bg-[#c720fd]"
/* SCSS */
$brand: #c720fd;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#c720fd")Accessibility — WCAG contrast
Aa
#c720fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c720fd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c720fd text on a black background
contrast 5.05:1
Card sample
#c720fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c720fd;
Background color
Panel with #c720fd background
background-color: #c720fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c720fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c720fd; background: linear-gradient(135deg, #c720fd, #FD20A0);