#c72ef1
a balanced, electric violet · warm · closest name: magenta
RGB
199, 46, 241
HSL
287°, 87%, 56%
CMYK
17, 81, 0, 6
Luminance
0.2045
Every format
| HEX | #c72ef1 |
| RGB | rgb(199, 46, 241) |
| HSL | hsl(287, 87%, 56%) |
| CMYK | cmyk(17%, 81%, 0%, 6%) |
| LAB | lab(52.3 81.4 -66.3) |
| LCH | lch(52.3 105.0 320.8) |
| OKLCH | oklch(0.626 0.276 317.4) |
Copy-ready code
/* CSS */
color: #c72ef1;
background-color: #c72ef1;
/* Tailwind (arbitrary) */
class="text-[#c72ef1] bg-[#c72ef1]"
/* SCSS */
$brand: #c72ef1;
/* SwiftUI */
Color(red: 0.780, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#c72ef1")Accessibility — WCAG contrast
Aa
#c72ef1 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72ef1 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.0%
Blue94.5%
CMYK percentages
Cyan17.4%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c72ef1 text on a black background
contrast 5.09:1
Card sample
#c72ef1 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72ef1;
Background color
Panel with #c72ef1 background
background-color: #c72ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72ef1; background: linear-gradient(135deg, #c72ef1, #F12E99);