#c316eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 22, 235
HSL
289°, 84%, 50%
CMYK
17, 91, 0, 8
Luminance
0.1817
Every format
| HEX | #c316eb |
| RGB | rgb(195, 22, 235) |
| HSL | hsl(289, 84%, 50%) |
| CMYK | cmyk(17%, 91%, 0%, 8%) |
| LAB | lab(49.7 84.4 -67.3) |
| LCH | lch(49.7 107.9 321.5) |
| OKLCH | oklch(0.605 0.284 318.1) |
Copy-ready code
/* CSS */
color: #c316eb;
background-color: #c316eb;
/* Tailwind (arbitrary) */
class="text-[#c316eb] bg-[#c316eb]"
/* SCSS */
$brand: #c316eb;
/* SwiftUI */
Color(red: 0.765, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#c316eb")Accessibility — WCAG contrast
Aa
#c316eb on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c316eb on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green8.6%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c316eb text on a black background
contrast 4.63:1
Card sample
#c316eb text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c316eb;
Background color
Panel with #c316eb background
background-color: #c316eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c316eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c316eb; background: linear-gradient(135deg, #c316eb, #EB1685);