#c034ef
a balanced, electric violet · warm · closest name: magenta
RGB
192, 52, 239
HSL
285°, 85%, 57%
CMYK
20, 78, 0, 6
Luminance
0.1989
Every format
| HEX | #c034ef |
| RGB | rgb(192, 52, 239) |
| HSL | hsl(285, 85%, 57%) |
| CMYK | cmyk(20%, 78%, 0%, 6%) |
| LAB | lab(51.7 78.2 -66.3) |
| LCH | lch(51.7 102.5 319.7) |
| OKLCH | oklch(0.619 0.267 315.6) |
Copy-ready code
/* CSS */
color: #c034ef;
background-color: #c034ef;
/* Tailwind (arbitrary) */
class="text-[#c034ef] bg-[#c034ef]"
/* SCSS */
$brand: #c034ef;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.937)
/* Android */
Color.parseColor("#c034ef")Accessibility — WCAG contrast
Aa
#c034ef on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c034ef on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta78.2%
Yellow0.0%
Key (black)6.3%
Color previews
#c034ef text on a black background
contrast 4.98:1
Card sample
#c034ef text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034ef;
Background color
Panel with #c034ef background
background-color: #c034ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034ef; background: linear-gradient(135deg, #c034ef, #EF34A1);