#c302eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 2, 235
HSL
290°, 98%, 47%
CMYK
17, 99, 0, 8
Luminance
0.1764
Every format
| HEX | #c302eb |
| RGB | rgb(195, 2, 235) |
| HSL | hsl(290, 98%, 47%) |
| CMYK | cmyk(17%, 99%, 0%, 8%) |
| LAB | lab(49.1 86.3 -68.3) |
| LCH | lch(49.1 110.1 321.7) |
| OKLCH | oklch(0.601 0.290 318.3) |
Copy-ready code
/* CSS */
color: #c302eb;
background-color: #c302eb;
/* Tailwind (arbitrary) */
class="text-[#c302eb] bg-[#c302eb]"
/* SCSS */
$brand: #c302eb;
/* SwiftUI */
Color(red: 0.765, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#c302eb")Accessibility — WCAG contrast
Aa
#c302eb on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c302eb on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green0.8%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c302eb text on a black background
contrast 4.53:1
Card sample
#c302eb text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c302eb;
Background color
Panel with #c302eb background
background-color: #c302eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c302eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c302eb; background: linear-gradient(135deg, #c302eb, #EB0278);