#c72afd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 42, 253
HSL
285°, 98%, 58%
CMYK
21, 83, 0, 1
Luminance
0.2089
Every format
| HEX | #c72afd |
| RGB | rgb(199, 42, 253) |
| HSL | hsl(285, 98%, 58%) |
| CMYK | cmyk(21%, 83%, 0%, 1%) |
| LAB | lab(52.8 84.5 -72.3) |
| LCH | lch(52.8 111.2 319.5) |
| OKLCH | oklch(0.632 0.288 314.8) |
Copy-ready code
/* CSS */
color: #c72afd;
background-color: #c72afd;
/* Tailwind (arbitrary) */
class="text-[#c72afd] bg-[#c72afd]"
/* SCSS */
$brand: #c72afd;
/* SwiftUI */
Color(red: 0.780, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#c72afd")Accessibility — WCAG contrast
Aa
#c72afd on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72afd on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.5%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c72afd text on a black background
contrast 5.18:1
Card sample
#c72afd text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72afd;
Background color
Panel with #c72afd background
background-color: #c72afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72afd; background: linear-gradient(135deg, #c72afd, #FD2AA6);