#c034f2
a balanced, electric violet · warm · closest name: magenta
RGB
192, 52, 242
HSL
284°, 88%, 58%
CMYK
21, 79, 0, 5
Luminance
0.2007
Every format
| HEX | #c034f2 |
| RGB | rgb(192, 52, 242) |
| HSL | hsl(284, 88%, 58%) |
| CMYK | cmyk(21%, 79%, 0%, 5%) |
| LAB | lab(51.9 78.8 -67.6) |
| LCH | lch(51.9 103.8 319.3) |
| OKLCH | oklch(0.621 0.270 314.9) |
Copy-ready code
/* CSS */
color: #c034f2;
background-color: #c034f2;
/* Tailwind (arbitrary) */
class="text-[#c034f2] bg-[#c034f2]"
/* SCSS */
$brand: #c034f2;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.949)
/* Android */
Color.parseColor("#c034f2")Accessibility — WCAG contrast
Aa
#c034f2 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c034f2 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue94.9%
CMYK percentages
Cyan20.7%
Magenta78.5%
Yellow0.0%
Key (black)5.1%
Color previews
#c034f2 text on a black background
contrast 5.01:1
Card sample
#c034f2 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c034f2;
Background color
Panel with #c034f2 background
background-color: #c034f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c034f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c034f2; background: linear-gradient(135deg, #c034f2, #F234A5);