#c613eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 19, 235
HSL
290°, 85%, 50%
CMYK
16, 92, 0, 8
Luminance
0.1847
Every format
| HEX | #c613eb |
| RGB | rgb(198, 19, 235) |
| HSL | hsl(290, 85%, 50%) |
| CMYK | cmyk(16%, 92%, 0%, 8%) |
| LAB | lab(50.1 85.2 -66.7) |
| LCH | lch(50.1 108.2 322.0) |
| OKLCH | oklch(0.608 0.286 319.0) |
Copy-ready code
/* CSS */
color: #c613eb;
background-color: #c613eb;
/* Tailwind (arbitrary) */
class="text-[#c613eb] bg-[#c613eb]"
/* SCSS */
$brand: #c613eb;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#c613eb")Accessibility — WCAG contrast
Aa
#c613eb on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c613eb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c613eb text on a black background
contrast 4.69:1
Card sample
#c613eb text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613eb;
Background color
Panel with #c613eb background
background-color: #c613eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613eb; background: linear-gradient(135deg, #c613eb, #EB1380);