#c02dfb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 45, 251
HSL
283°, 96%, 58%
CMYK
24, 82, 0, 2
Luminance
0.2005
Every format
| HEX | #c02dfb |
| RGB | rgb(192, 45, 251) |
| HSL | hsl(283, 96%, 58%) |
| CMYK | cmyk(24%, 82%, 0%, 2%) |
| LAB | lab(51.9 82.3 -72.7) |
| LCH | lch(51.9 109.8 318.5) |
| OKLCH | oklch(0.623 0.282 313.2) |
Copy-ready code
/* CSS */
color: #c02dfb;
background-color: #c02dfb;
/* Tailwind (arbitrary) */
class="text-[#c02dfb] bg-[#c02dfb]"
/* SCSS */
$brand: #c02dfb;
/* SwiftUI */
Color(red: 0.753, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#c02dfb")Accessibility — WCAG contrast
Aa
#c02dfb on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c02dfb on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.6%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c02dfb text on a black background
contrast 5.01:1
Card sample
#c02dfb text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02dfb;
Background color
Panel with #c02dfb background
background-color: #c02dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02dfb; background: linear-gradient(135deg, #c02dfb, #FB2DAD);