#c02aff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 42, 255
HSL
282°, 100%, 58%
CMYK
25, 84, 0, 0
Luminance
0.2008
Every format
| HEX | #c02aff |
| RGB | rgb(192, 42, 255) |
| HSL | hsl(282, 100%, 58%) |
| CMYK | cmyk(25%, 84%, 0%, 0%) |
| LAB | lab(51.9 83.8 -74.9) |
| LCH | lch(51.9 112.4 318.2) |
| OKLCH | oklch(0.624 0.288 312.5) |
Copy-ready code
/* CSS */
color: #c02aff;
background-color: #c02aff;
/* Tailwind (arbitrary) */
class="text-[#c02aff] bg-[#c02aff]"
/* SCSS */
$brand: #c02aff;
/* SwiftUI */
Color(red: 0.753, green: 0.165, blue: 1.000)
/* Android */
Color.parseColor("#c02aff")Accessibility — WCAG contrast
Aa
#c02aff on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02aff on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green16.5%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta83.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c02aff text on a black background
contrast 5.02:1
Card sample
#c02aff text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02aff;
Background color
Panel with #c02aff background
background-color: #c02aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 42, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 42, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02aff; background: linear-gradient(135deg, #c02aff, #FF2AB0);