#7b3fba
a balanced, vivid violet · warm · closest name: slateblue
RGB
123, 63, 186
HSL
269°, 49%, 49%
CMYK
34, 66, 0, 27
Luminance
0.1131
Every format
| HEX | #7b3fba |
| RGB | rgb(123, 63, 186) |
| HSL | hsl(269, 49%, 49%) |
| CMYK | cmyk(34%, 66%, 0%, 27%) |
| LAB | lab(40.1 49.5 -55.1) |
| LCH | lch(40.1 74.1 312.0) |
| OKLCH | oklch(0.505 0.186 302.6) |
Copy-ready code
/* CSS */
color: #7b3fba;
background-color: #7b3fba;
/* Tailwind (arbitrary) */
class="text-[#7b3fba] bg-[#7b3fba]"
/* SCSS */
$brand: #7b3fba;
/* SwiftUI */
Color(red: 0.482, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#7b3fba")Accessibility — WCAG contrast
Aa
#7b3fba on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3fba on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green24.7%
Blue72.9%
CMYK percentages
Cyan33.9%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#7b3fba text on a black background
contrast 3.26:1
Card sample
#7b3fba text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3fba;
Background color
Panel with #7b3fba background
background-color: #7b3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3fba; background: linear-gradient(135deg, #7b3fba, #BA3FA7);