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