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