#c034f1
a balanced, electric violet · warm · closest name: magenta
RGB
192, 52, 241
HSL
284°, 87%, 58%
CMYK
20, 78, 0, 6
Luminance
0.2001
Every format
| HEX | #c034f1 |
| RGB | rgb(192, 52, 241) |
| HSL | hsl(284, 87%, 58%) |
| CMYK | cmyk(20%, 78%, 0%, 6%) |
| LAB | lab(51.9 78.6 -67.2) |
| LCH | lch(51.9 103.4 319.5) |
| OKLCH | oklch(0.620 0.269 315.2) |
Copy-ready code
/* CSS */
color: #c034f1;
background-color: #c034f1;
/* Tailwind (arbitrary) */
class="text-[#c034f1] bg-[#c034f1]"
/* SCSS */
$brand: #c034f1;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.945)
/* Android */
Color.parseColor("#c034f1")Accessibility — WCAG contrast
Aa
#c034f1 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c034f1 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta78.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c034f1 text on a black background
contrast 5.00:1
Card sample
#c034f1 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034f1;
Background color
Panel with #c034f1 background
background-color: #c034f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034f1; background: linear-gradient(135deg, #c034f1, #F134A4);