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