#7b3dbb
a balanced, vivid violet · warm · closest name: slateblue
RGB
123, 61, 187
HSL
270°, 51%, 49%
CMYK
34, 67, 0, 27
Luminance
0.1114
Every format
| HEX | #7b3dbb |
| RGB | rgb(123, 61, 187) |
| HSL | hsl(270, 51%, 49%) |
| CMYK | cmyk(34%, 67%, 0%, 27%) |
| LAB | lab(39.8 50.8 -56.2) |
| LCH | lch(39.8 75.7 312.1) |
| OKLCH | oklch(0.503 0.190 302.6) |
Copy-ready code
/* CSS */
color: #7b3dbb;
background-color: #7b3dbb;
/* Tailwind (arbitrary) */
class="text-[#7b3dbb] bg-[#7b3dbb]"
/* SCSS */
$brand: #7b3dbb;
/* SwiftUI */
Color(red: 0.482, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#7b3dbb")Accessibility — WCAG contrast
Aa
#7b3dbb on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3dbb on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green23.9%
Blue73.3%
CMYK percentages
Cyan34.2%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#7b3dbb text on a black background
contrast 3.23:1
Card sample
#7b3dbb text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3dbb;
Background color
Panel with #7b3dbb background
background-color: #7b3dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3dbb; background: linear-gradient(135deg, #7b3dbb, #BB3DA7);