#7b3daf
a balanced, vivid violet · warm · closest name: slateblue
RGB
123, 61, 175
HSL
273°, 48%, 46%
CMYK
30, 65, 0, 31
Luminance
0.1064
Every format
| HEX | #7b3daf |
| RGB | rgb(123, 61, 175) |
| HSL | hsl(273, 48%, 46%) |
| CMYK | cmyk(30%, 65%, 0%, 31%) |
| LAB | lab(39.0 47.9 -50.4) |
| LCH | lch(39.0 69.5 313.5) |
| OKLCH | oklch(0.495 0.176 305.9) |
Copy-ready code
/* CSS */
color: #7b3daf;
background-color: #7b3daf;
/* Tailwind (arbitrary) */
class="text-[#7b3daf] bg-[#7b3daf]"
/* SCSS */
$brand: #7b3daf;
/* SwiftUI */
Color(red: 0.482, green: 0.239, blue: 0.686)
/* Android */
Color.parseColor("#7b3daf")Accessibility — WCAG contrast
Aa
#7b3daf on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3daf on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green23.9%
Blue68.6%
CMYK percentages
Cyan29.7%
Magenta65.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7b3daf text on a black background
contrast 3.13:1
Card sample
#7b3daf text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3daf;
Background color
Panel with #7b3daf background
background-color: #7b3daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 61, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 61, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3daf; background: linear-gradient(135deg, #7b3daf, #AF3D97);