#c02cef
a balanced, electric violet · warm · closest name: magenta
RGB
192, 44, 239
HSL
286°, 86%, 56%
CMYK
20, 82, 0, 6
Luminance
0.1924
Every format
| HEX | #c02cef |
| RGB | rgb(192, 44, 239) |
| HSL | hsl(286, 86%, 56%) |
| CMYK | cmyk(20%, 82%, 0%, 6%) |
| LAB | lab(51.0 80.4 -67.5) |
| LCH | lch(51.0 105.0 320.0) |
| OKLCH | oklch(0.614 0.274 315.9) |
Copy-ready code
/* CSS */
color: #c02cef;
background-color: #c02cef;
/* Tailwind (arbitrary) */
class="text-[#c02cef] bg-[#c02cef]"
/* SCSS */
$brand: #c02cef;
/* SwiftUI */
Color(red: 0.753, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#c02cef")Accessibility — WCAG contrast
Aa
#c02cef on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02cef on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.3%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#c02cef text on a black background
contrast 4.85:1
Card sample
#c02cef text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02cef;
Background color
Panel with #c02cef background
background-color: #c02cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02cef; background: linear-gradient(135deg, #c02cef, #EF2C9C);