#c02cf6
a balanced, electric violet · warm · closest name: magenta
RGB
192, 44, 246
HSL
284°, 92%, 57%
CMYK
22, 82, 0, 4
Luminance
0.1966
Every format
| HEX | #c02cf6 |
| RGB | rgb(192, 44, 246) |
| HSL | hsl(284, 92%, 57%) |
| CMYK | cmyk(22%, 82%, 0%, 4%) |
| LAB | lab(51.5 81.7 -70.6) |
| LCH | lch(51.5 108.0 319.1) |
| OKLCH | oklch(0.619 0.279 314.3) |
Copy-ready code
/* CSS */
color: #c02cf6;
background-color: #c02cf6;
/* Tailwind (arbitrary) */
class="text-[#c02cf6] bg-[#c02cf6]"
/* SCSS */
$brand: #c02cf6;
/* SwiftUI */
Color(red: 0.753, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#c02cf6")Accessibility — WCAG contrast
Aa
#c02cf6 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02cf6 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.3%
Blue96.5%
CMYK percentages
Cyan22.0%
Magenta82.1%
Yellow0.0%
Key (black)3.5%
Color previews
#c02cf6 text on a black background
contrast 4.93:1
Card sample
#c02cf6 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02cf6;
Background color
Panel with #c02cf6 background
background-color: #c02cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02cf6; background: linear-gradient(135deg, #c02cf6, #F62CA5);