#7b3baf
a balanced, vivid violet · warm · closest name: slateblue
RGB
123, 59, 175
HSL
273°, 50%, 46%
CMYK
30, 66, 0, 31
Luminance
0.1043
Every format
| HEX | #7b3baf |
| RGB | rgb(123, 59, 175) |
| HSL | hsl(273, 50%, 46%) |
| CMYK | cmyk(30%, 66%, 0%, 31%) |
| LAB | lab(38.6 48.9 -51.0) |
| LCH | lch(38.6 70.7 313.8) |
| OKLCH | oklch(0.492 0.179 306.2) |
Copy-ready code
/* CSS */
color: #7b3baf;
background-color: #7b3baf;
/* Tailwind (arbitrary) */
class="text-[#7b3baf] bg-[#7b3baf]"
/* SCSS */
$brand: #7b3baf;
/* SwiftUI */
Color(red: 0.482, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#7b3baf")Accessibility — WCAG contrast
Aa
#7b3baf on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3baf on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green23.1%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#7b3baf text on a black background
contrast 3.09:1
Card sample
#7b3baf text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3baf;
Background color
Panel with #7b3baf background
background-color: #7b3baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3baf; background: linear-gradient(135deg, #7b3baf, #AF3B96);