#c415eb
a balanced, electric violet · warm · closest name: magenta
RGB
196, 21, 235
HSL
289°, 84%, 50%
CMYK
17, 91, 0, 8
Luminance
0.1827
Every format
| HEX | #c415eb |
| RGB | rgb(196, 21, 235) |
| HSL | hsl(289, 84%, 50%) |
| CMYK | cmyk(17%, 91%, 0%, 8%) |
| LAB | lab(49.8 84.7 -67.1) |
| LCH | lch(49.8 108.0 321.6) |
| OKLCH | oklch(0.606 0.285 318.4) |
Copy-ready code
/* CSS */
color: #c415eb;
background-color: #c415eb;
/* Tailwind (arbitrary) */
class="text-[#c415eb] bg-[#c415eb]"
/* SCSS */
$brand: #c415eb;
/* SwiftUI */
Color(red: 0.769, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#c415eb")Accessibility — WCAG contrast
Aa
#c415eb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c415eb on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green8.2%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c415eb text on a black background
contrast 4.65:1
Card sample
#c415eb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c415eb;
Background color
Panel with #c415eb background
background-color: #c415eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c415eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c415eb; background: linear-gradient(135deg, #c415eb, #EB1583);