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