#c034f4
a balanced, electric violet · warm · closest name: magenta
RGB
192, 52, 244
HSL
284°, 90%, 58%
CMYK
21, 79, 0, 4
Luminance
0.2019
Every format
| HEX | #c034f4 |
| RGB | rgb(192, 52, 244) |
| HSL | hsl(284, 90%, 58%) |
| CMYK | cmyk(21%, 79%, 0%, 4%) |
| LAB | lab(52.1 79.1 -68.5) |
| LCH | lch(52.1 104.7 319.1) |
| OKLCH | oklch(0.622 0.272 314.5) |
Copy-ready code
/* CSS */
color: #c034f4;
background-color: #c034f4;
/* Tailwind (arbitrary) */
class="text-[#c034f4] bg-[#c034f4]"
/* SCSS */
$brand: #c034f4;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.957)
/* Android */
Color.parseColor("#c034f4")Accessibility — WCAG contrast
Aa
#c034f4 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c034f4 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue95.7%
CMYK percentages
Cyan21.3%
Magenta78.7%
Yellow0.0%
Key (black)4.3%
Color previews
#c034f4 text on a black background
contrast 5.04:1
Card sample
#c034f4 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034f4;
Background color
Panel with #c034f4 background
background-color: #c034f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034f4; background: linear-gradient(135deg, #c034f4, #F434A8);