#c72af0
a balanced, electric violet · warm · closest name: magenta
RGB
199, 42, 240
HSL
288°, 87%, 55%
CMYK
17, 83, 0, 6
Luminance
0.2009
Every format
| HEX | #c72af0 |
| RGB | rgb(199, 42, 240) |
| HSL | hsl(288, 87%, 55%) |
| CMYK | cmyk(17%, 83%, 0%, 6%) |
| LAB | lab(51.9 82.2 -66.4) |
| LCH | lch(51.9 105.7 321.0) |
| OKLCH | oklch(0.623 0.278 317.7) |
Copy-ready code
/* CSS */
color: #c72af0;
background-color: #c72af0;
/* Tailwind (arbitrary) */
class="text-[#c72af0] bg-[#c72af0]"
/* SCSS */
$brand: #c72af0;
/* SwiftUI */
Color(red: 0.780, green: 0.165, blue: 0.941)
/* Android */
Color.parseColor("#c72af0")Accessibility — WCAG contrast
Aa
#c72af0 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72af0 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.5%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta82.5%
Yellow0.0%
Key (black)5.9%
Color previews
#c72af0 text on a black background
contrast 5.02:1
Card sample
#c72af0 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72af0;
Background color
Panel with #c72af0 background
background-color: #c72af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 42, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 42, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72af0; background: linear-gradient(135deg, #c72af0, #F02A95);