#c641eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 65, 235
HSL
287°, 81%, 59%
CMYK
16, 72, 0, 8
Luminance
0.2178
Every format
| HEX | #c641eb |
| RGB | rgb(198, 65, 235) |
| HSL | hsl(287, 81%, 59%) |
| CMYK | cmyk(16%, 72%, 0%, 8%) |
| LAB | lab(53.8 74.4 -60.6) |
| LCH | lch(53.8 96.0 320.8) |
| OKLCH | oklch(0.635 0.254 317.8) |
Copy-ready code
/* CSS */
color: #c641eb;
background-color: #c641eb;
/* Tailwind (arbitrary) */
class="text-[#c641eb] bg-[#c641eb]"
/* SCSS */
$brand: #c641eb;
/* SwiftUI */
Color(red: 0.776, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#c641eb")Accessibility — WCAG contrast
Aa
#c641eb on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c641eb on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c641eb text on a black background
contrast 5.36:1
Card sample
#c641eb text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c641eb;
Background color
Panel with #c641eb background
background-color: #c641eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c641eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c641eb; background: linear-gradient(135deg, #c641eb, #EB419F);