#c628eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 40, 235
HSL
289°, 83%, 54%
CMYK
16, 83, 0, 8
Luminance
0.1952
Every format
| HEX | #c628eb |
| RGB | rgb(198, 40, 235) |
| HSL | hsl(289, 83%, 54%) |
| CMYK | cmyk(16%, 83%, 0%, 8%) |
| LAB | lab(51.3 81.6 -64.7) |
| LCH | lch(51.3 104.1 321.6) |
| OKLCH | oklch(0.617 0.276 318.6) |
Copy-ready code
/* CSS */
color: #c628eb;
background-color: #c628eb;
/* Tailwind (arbitrary) */
class="text-[#c628eb] bg-[#c628eb]"
/* SCSS */
$brand: #c628eb;
/* SwiftUI */
Color(red: 0.776, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#c628eb")Accessibility — WCAG contrast
Aa
#c628eb on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c628eb on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green15.7%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c628eb text on a black background
contrast 4.90:1
Card sample
#c628eb text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c628eb;
Background color
Panel with #c628eb background
background-color: #c628eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c628eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c628eb; background: linear-gradient(135deg, #c628eb, #EB288E);