#c617eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 23, 235
HSL
290°, 84%, 51%
CMYK
16, 90, 0, 8
Luminance
0.1862
Every format
| HEX | #c617eb |
| RGB | rgb(198, 23, 235) |
| HSL | hsl(290, 84%, 51%) |
| CMYK | cmyk(16%, 90%, 0%, 8%) |
| LAB | lab(50.2 84.7 -66.4) |
| LCH | lch(50.2 107.6 321.9) |
| OKLCH | oklch(0.610 0.285 319.0) |
Copy-ready code
/* CSS */
color: #c617eb;
background-color: #c617eb;
/* Tailwind (arbitrary) */
class="text-[#c617eb] bg-[#c617eb]"
/* SCSS */
$brand: #c617eb;
/* SwiftUI */
Color(red: 0.776, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#c617eb")Accessibility — WCAG contrast
Aa
#c617eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c617eb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green9.0%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c617eb text on a black background
contrast 4.72:1
Card sample
#c617eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c617eb;
Background color
Panel with #c617eb background
background-color: #c617eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c617eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c617eb; background: linear-gradient(135deg, #c617eb, #EB1783);