#c115eb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 21, 235
HSL
288°, 84%, 50%
CMYK
18, 91, 0, 8
Luminance
0.1787
Every format
| HEX | #c115eb |
| RGB | rgb(193, 21, 235) |
| HSL | hsl(288, 84%, 50%) |
| CMYK | cmyk(18%, 91%, 0%, 8%) |
| LAB | lab(49.3 84.3 -67.9) |
| LCH | lch(49.3 108.2 321.2) |
| OKLCH | oklch(0.602 0.284 317.6) |
Copy-ready code
/* CSS */
color: #c115eb;
background-color: #c115eb;
/* Tailwind (arbitrary) */
class="text-[#c115eb] bg-[#c115eb]"
/* SCSS */
$brand: #c115eb;
/* SwiftUI */
Color(red: 0.757, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#c115eb")Accessibility — WCAG contrast
Aa
#c115eb on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c115eb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green8.2%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c115eb text on a black background
contrast 4.57:1
Card sample
#c115eb text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c115eb;
Background color
Panel with #c115eb background
background-color: #c115eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c115eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c115eb; background: linear-gradient(135deg, #c115eb, #EB1586);