#7c50eb
a balanced, electric violet · warm · closest name: slateblue
RGB
124, 80, 235
HSL
257°, 80%, 62%
CMYK
47, 66, 0, 8
Luminance
0.1602
Every format
| HEX | #7c50eb |
| RGB | rgb(124, 80, 235) |
| HSL | hsl(257, 80%, 62%) |
| CMYK | cmyk(47%, 66%, 0%, 8%) |
| LAB | lab(47.0 53.7 -72.1) |
| LCH | lch(47.0 89.9 306.7) |
| OKLCH | oklch(0.566 0.221 290.7) |
Copy-ready code
/* CSS */
color: #7c50eb;
background-color: #7c50eb;
/* Tailwind (arbitrary) */
class="text-[#7c50eb] bg-[#7c50eb]"
/* SCSS */
$brand: #7c50eb;
/* SwiftUI */
Color(red: 0.486, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#7c50eb")Accessibility — WCAG contrast
Aa
#7c50eb on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c50eb on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green31.4%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7c50eb text on a black background
contrast 4.20:1
Card sample
#7c50eb text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c50eb;
Background color
Panel with #7c50eb background
background-color: #7c50eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c50eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c50eb; background: linear-gradient(135deg, #7c50eb, #E350EB);