#c02dfe
a balanced, electric violet · warm · closest name: magenta
RGB
192, 45, 254
HSL
282°, 99%, 59%
CMYK
24, 82, 0, 0
Luminance
0.2024
Every format
| HEX | #c02dfe |
| RGB | rgb(192, 45, 254) |
| HSL | hsl(282, 99%, 59%) |
| CMYK | cmyk(24%, 82%, 0%, 0%) |
| LAB | lab(52.1 82.9 -74.0) |
| LCH | lch(52.1 111.1 318.2) |
| OKLCH | oklch(0.625 0.285 312.6) |
Copy-ready code
/* CSS */
color: #c02dfe;
background-color: #c02dfe;
/* Tailwind (arbitrary) */
class="text-[#c02dfe] bg-[#c02dfe]"
/* SCSS */
$brand: #c02dfe;
/* SwiftUI */
Color(red: 0.753, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#c02dfe")Accessibility — WCAG contrast
Aa
#c02dfe on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02dfe on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan24.4%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c02dfe text on a black background
contrast 5.05:1
Card sample
#c02dfe text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02dfe;
Background color
Panel with #c02dfe background
background-color: #c02dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02dfe; background: linear-gradient(135deg, #c02dfe, #FE2DB1);