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