#c346eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 70, 235
HSL
286°, 81%, 60%
CMYK
17, 70, 0, 8
Luminance
0.2198
Every format
| HEX | #c346eb |
| RGB | rgb(195, 70, 235) |
| HSL | hsl(286, 81%, 60%) |
| CMYK | cmyk(17%, 70%, 0%, 8%) |
| LAB | lab(54.0 72.0 -60.3) |
| LCH | lch(54.0 93.9 320.0) |
| OKLCH | oklch(0.635 0.247 316.7) |
Copy-ready code
/* CSS */
color: #c346eb;
background-color: #c346eb;
/* Tailwind (arbitrary) */
class="text-[#c346eb] bg-[#c346eb]"
/* SCSS */
$brand: #c346eb;
/* SwiftUI */
Color(red: 0.765, green: 0.275, blue: 0.922)
/* Android */
Color.parseColor("#c346eb")Accessibility — WCAG contrast
Aa
#c346eb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c346eb on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green27.5%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta70.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c346eb text on a black background
contrast 5.40:1
Card sample
#c346eb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c346eb;
Background color
Panel with #c346eb background
background-color: #c346eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c346eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 70, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 70, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c346eb; background: linear-gradient(135deg, #c346eb, #EB46A5);