#c72dfe
a balanced, electric violet · warm · closest name: magenta
RGB
199, 45, 254
HSL
284°, 99%, 59%
CMYK
22, 82, 0, 0
Luminance
0.2117
Every format
| HEX | #c72dfe |
| RGB | rgb(199, 45, 254) |
| HSL | hsl(284, 99%, 59%) |
| CMYK | cmyk(22%, 82%, 0%, 0%) |
| LAB | lab(53.1 84.0 -72.3) |
| LCH | lch(53.1 110.8 319.3) |
| OKLCH | oklch(0.634 0.287 314.5) |
Copy-ready code
/* CSS */
color: #c72dfe;
background-color: #c72dfe;
/* Tailwind (arbitrary) */
class="text-[#c72dfe] bg-[#c72dfe]"
/* SCSS */
$brand: #c72dfe;
/* SwiftUI */
Color(red: 0.780, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#c72dfe")Accessibility — WCAG contrast
Aa
#c72dfe on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72dfe on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green17.6%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c72dfe text on a black background
contrast 5.23:1
Card sample
#c72dfe text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72dfe;
Background color
Panel with #c72dfe background
background-color: #c72dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72dfe; background: linear-gradient(135deg, #c72dfe, #FE2DAA);