#c128eb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 40, 235
HSL
287°, 83%, 54%
CMYK
18, 83, 0, 8
Luminance
0.1885
Every format
| HEX | #c128eb |
| RGB | rgb(193, 40, 235) |
| HSL | hsl(287, 83%, 54%) |
| CMYK | cmyk(18%, 83%, 0%, 8%) |
| LAB | lab(50.5 80.8 -66.0) |
| LCH | lch(50.5 104.3 320.8) |
| OKLCH | oklch(0.610 0.274 317.2) |
Copy-ready code
/* CSS */
color: #c128eb;
background-color: #c128eb;
/* Tailwind (arbitrary) */
class="text-[#c128eb] bg-[#c128eb]"
/* SCSS */
$brand: #c128eb;
/* SwiftUI */
Color(red: 0.757, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#c128eb")Accessibility — WCAG contrast
Aa
#c128eb on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c128eb on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green15.7%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c128eb text on a black background
contrast 4.77:1
Card sample
#c128eb text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c128eb;
Background color
Panel with #c128eb background
background-color: #c128eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c128eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c128eb; background: linear-gradient(135deg, #c128eb, #EB2893);