#c02afc
a balanced, electric violet · warm · closest name: magenta
RGB
192, 42, 252
HSL
283°, 97%, 58%
CMYK
24, 83, 0, 1
Luminance
0.1989
Every format
| HEX | #c02afc |
| RGB | rgb(192, 42, 252) |
| HSL | hsl(283, 97%, 58%) |
| CMYK | cmyk(24%, 83%, 0%, 1%) |
| LAB | lab(51.7 83.2 -73.5) |
| LCH | lch(51.7 111.1 318.5) |
| OKLCH | oklch(0.622 0.285 313.1) |
Copy-ready code
/* CSS */
color: #c02afc;
background-color: #c02afc;
/* Tailwind (arbitrary) */
class="text-[#c02afc] bg-[#c02afc]"
/* SCSS */
$brand: #c02afc;
/* SwiftUI */
Color(red: 0.753, green: 0.165, blue: 0.988)
/* Android */
Color.parseColor("#c02afc")Accessibility — WCAG contrast
Aa
#c02afc on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02afc on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green16.5%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta83.3%
Yellow0.0%
Key (black)1.2%
Color previews
#c02afc text on a black background
contrast 4.98:1
Card sample
#c02afc text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02afc;
Background color
Panel with #c02afc background
background-color: #c02afc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02afc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 42, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 42, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02afc; background: linear-gradient(135deg, #c02afc, #FC2AAC);