#c623eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 35, 235
HSL
289°, 83%, 53%
CMYK
16, 85, 0, 8
Luminance
0.1921
Every format
| HEX | #c623eb |
| RGB | rgb(198, 35, 235) |
| HSL | hsl(289, 83%, 53%) |
| CMYK | cmyk(16%, 85%, 0%, 8%) |
| LAB | lab(50.9 82.7 -65.3) |
| LCH | lch(50.9 105.3 321.7) |
| OKLCH | oklch(0.614 0.279 318.7) |
Copy-ready code
/* CSS */
color: #c623eb;
background-color: #c623eb;
/* Tailwind (arbitrary) */
class="text-[#c623eb] bg-[#c623eb]"
/* SCSS */
$brand: #c623eb;
/* SwiftUI */
Color(red: 0.776, green: 0.137, blue: 0.922)
/* Android */
Color.parseColor("#c623eb")Accessibility — WCAG contrast
Aa
#c623eb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c623eb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green13.7%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta85.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c623eb text on a black background
contrast 4.84:1
Card sample
#c623eb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c623eb;
Background color
Panel with #c623eb background
background-color: #c623eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c623eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 35, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 35, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c623eb; background: linear-gradient(135deg, #c623eb, #EB238B);