#7a50c0
a balanced, vivid violet · warm · closest name: slateblue
RGB
122, 80, 192
HSL
263°, 47%, 53%
CMYK
37, 58, 0, 25
Luminance
0.1368
Every format
| HEX | #7a50c0 |
| RGB | rgb(122, 80, 192) |
| HSL | hsl(263, 47%, 53%) |
| CMYK | cmyk(37%, 58%, 0%, 25%) |
| LAB | lab(43.8 41.8 -52.7) |
| LCH | lch(43.8 67.2 308.4) |
| OKLCH | oklch(0.533 0.169 297.7) |
Copy-ready code
/* CSS */
color: #7a50c0;
background-color: #7a50c0;
/* Tailwind (arbitrary) */
class="text-[#7a50c0] bg-[#7a50c0]"
/* SCSS */
$brand: #7a50c0;
/* SwiftUI */
Color(red: 0.478, green: 0.314, blue: 0.753)
/* Android */
Color.parseColor("#7a50c0")Accessibility — WCAG contrast
Aa
#7a50c0 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a50c0 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green31.4%
Blue75.3%
CMYK percentages
Cyan36.5%
Magenta58.3%
Yellow0.0%
Key (black)24.7%
Color previews
#7a50c0 text on a black background
contrast 3.74:1
Card sample
#7a50c0 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a50c0;
Background color
Panel with #7a50c0 background
background-color: #7a50c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a50c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 80, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 80, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a50c0; background: linear-gradient(135deg, #7a50c0, #C050BB);