#7c34eb
a balanced, electric violet · warm · closest name: blue
RGB
124, 52, 235
HSL
264°, 82%, 56%
CMYK
47, 78, 0, 8
Luminance
0.1274
Every format
| HEX | #7c34eb |
| RGB | rgb(124, 52, 235) |
| HSL | hsl(264, 82%, 56%) |
| CMYK | cmyk(47%, 78%, 0%, 8%) |
| LAB | lab(42.4 66.8 -79.7) |
| LCH | lch(42.4 103.9 310.0) |
| OKLCH | oklch(0.534 0.250 293.9) |
Copy-ready code
/* CSS */
color: #7c34eb;
background-color: #7c34eb;
/* Tailwind (arbitrary) */
class="text-[#7c34eb] bg-[#7c34eb]"
/* SCSS */
$brand: #7c34eb;
/* SwiftUI */
Color(red: 0.486, green: 0.204, blue: 0.922)
/* Android */
Color.parseColor("#7c34eb")Accessibility — WCAG contrast
Aa
#7c34eb on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c34eb on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green20.4%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta77.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7c34eb text on a black background
contrast 3.55:1
Card sample
#7c34eb text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c34eb;
Background color
Panel with #7c34eb background
background-color: #7c34eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c34eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 52, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 52, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c34eb; background: linear-gradient(135deg, #7c34eb, #EB34E0);