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