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