#c02ffd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 47, 253
HSL
282°, 98%, 59%
CMYK
24, 81, 0, 1
Luminance
0.2033
Every format
| HEX | #c02ffd |
| RGB | rgb(192, 47, 253) |
| HSL | hsl(282, 98%, 59%) |
| CMYK | cmyk(24%, 81%, 0%, 1%) |
| LAB | lab(52.2 82.2 -73.3) |
| LCH | lch(52.2 110.1 318.3) |
| OKLCH | oklch(0.625 0.283 312.7) |
Copy-ready code
/* CSS */
color: #c02ffd;
background-color: #c02ffd;
/* Tailwind (arbitrary) */
class="text-[#c02ffd] bg-[#c02ffd]"
/* SCSS */
$brand: #c02ffd;
/* SwiftUI */
Color(red: 0.753, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#c02ffd")Accessibility — WCAG contrast
Aa
#c02ffd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02ffd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.4%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c02ffd text on a black background
contrast 5.07:1
Card sample
#c02ffd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02ffd;
Background color
Panel with #c02ffd background
background-color: #c02ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02ffd; background: linear-gradient(135deg, #c02ffd, #FD2FB1);