#7b4eeb
a balanced, electric violet · warm · closest name: slateblue
RGB
123, 78, 235
HSL
257°, 80%, 61%
CMYK
48, 67, 0, 8
Luminance
0.1566
Every format
| HEX | #7b4eeb |
| RGB | rgb(123, 78, 235) |
| HSL | hsl(257, 80%, 61%) |
| CMYK | cmyk(48%, 67%, 0%, 8%) |
| LAB | lab(46.5 54.6 -72.9) |
| LCH | lch(46.5 91.0 306.8) |
| OKLCH | oklch(0.563 0.223 290.6) |
Copy-ready code
/* CSS */
color: #7b4eeb;
background-color: #7b4eeb;
/* Tailwind (arbitrary) */
class="text-[#7b4eeb] bg-[#7b4eeb]"
/* SCSS */
$brand: #7b4eeb;
/* SwiftUI */
Color(red: 0.482, green: 0.306, blue: 0.922)
/* Android */
Color.parseColor("#7b4eeb")Accessibility — WCAG contrast
Aa
#7b4eeb on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b4eeb on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green30.6%
Blue92.2%
CMYK percentages
Cyan47.7%
Magenta66.8%
Yellow0.0%
Key (black)7.8%
Color previews
#7b4eeb text on a black background
contrast 4.13:1
Card sample
#7b4eeb text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b4eeb;
Background color
Panel with #7b4eeb background
background-color: #7b4eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b4eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 78, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 78, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b4eeb; background: linear-gradient(135deg, #7b4eeb, #E44EEB);