#c034e2
a balanced, electric violet · warm · closest name: magenta
RGB
192, 52, 226
HSL
288°, 75%, 55%
CMYK
15, 77, 0, 11
Luminance
0.1915
Every format
| HEX | #c034e2 |
| RGB | rgb(192, 52, 226) |
| HSL | hsl(288, 75%, 55%) |
| CMYK | cmyk(15%, 77%, 0%, 11%) |
| LAB | lab(50.9 75.8 -60.3) |
| LCH | lch(50.9 96.9 321.5) |
| OKLCH | oklch(0.610 0.257 318.7) |
Copy-ready code
/* CSS */
color: #c034e2;
background-color: #c034e2;
/* Tailwind (arbitrary) */
class="text-[#c034e2] bg-[#c034e2]"
/* SCSS */
$brand: #c034e2;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.886)
/* Android */
Color.parseColor("#c034e2")Accessibility — WCAG contrast
Aa
#c034e2 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c034e2 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue88.6%
CMYK percentages
Cyan15.0%
Magenta77.0%
Yellow0.0%
Key (black)11.4%
Color previews
#c034e2 text on a black background
contrast 4.83:1
Card sample
#c034e2 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034e2;
Background color
Panel with #c034e2 background
background-color: #c034e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034e2; background: linear-gradient(135deg, #c034e2, #E23490);