#c124eb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 36, 235
HSL
287°, 83%, 53%
CMYK
18, 85, 0, 8
Luminance
0.1860
Every format
| HEX | #c124eb |
| RGB | rgb(193, 36, 235) |
| HSL | hsl(287, 83%, 53%) |
| CMYK | cmyk(18%, 85%, 0%, 8%) |
| LAB | lab(50.2 81.7 -66.5) |
| LCH | lch(50.2 105.3 320.9) |
| OKLCH | oklch(0.608 0.277 317.3) |
Copy-ready code
/* CSS */
color: #c124eb;
background-color: #c124eb;
/* Tailwind (arbitrary) */
class="text-[#c124eb] bg-[#c124eb]"
/* SCSS */
$brand: #c124eb;
/* SwiftUI */
Color(red: 0.757, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#c124eb")Accessibility — WCAG contrast
Aa
#c124eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c124eb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green14.1%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c124eb text on a black background
contrast 4.72:1
Card sample
#c124eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c124eb;
Background color
Panel with #c124eb background
background-color: #c124eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c124eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c124eb; background: linear-gradient(135deg, #c124eb, #EB2490);