#7b5da2
a balanced, soft violet · warm · closest name: slateblue
RGB
123, 93, 162
HSL
266°, 27%, 50%
CMYK
24, 43, 0, 37
Luminance
0.1465
Every format
| HEX | #7b5da2 |
| RGB | rgb(123, 93, 162) |
| HSL | hsl(266, 27%, 50%) |
| CMYK | cmyk(24%, 43%, 0%, 37%) |
| LAB | lab(45.1 26.7 -32.9) |
| LCH | lch(45.1 42.4 309.1) |
| OKLCH | oklch(0.538 0.109 303.0) |
Copy-ready code
/* CSS */
color: #7b5da2;
background-color: #7b5da2;
/* Tailwind (arbitrary) */
class="text-[#7b5da2] bg-[#7b5da2]"
/* SCSS */
$brand: #7b5da2;
/* SwiftUI */
Color(red: 0.482, green: 0.365, blue: 0.635)
/* Android */
Color.parseColor("#7b5da2")Accessibility — WCAG contrast
Aa
#7b5da2 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b5da2 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green36.5%
Blue63.5%
CMYK percentages
Cyan24.1%
Magenta42.6%
Yellow0.0%
Key (black)36.5%
Color previews
#7b5da2 text on a black background
contrast 3.93:1
Card sample
#7b5da2 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b5da2;
Background color
Panel with #7b5da2 background
background-color: #7b5da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b5da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 93, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 93, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b5da2; background: linear-gradient(135deg, #7b5da2, #A25D9B);