#7b2c9b
a dark, vivid violet · warm · closest name: purple
RGB
123, 44, 155
HSL
283°, 56%, 39%
CMYK
21, 72, 0, 39
Luminance
0.0838
Every format
| HEX | #7b2c9b |
| RGB | rgb(123, 44, 155) |
| HSL | hsl(283, 56%, 39%) |
| CMYK | cmyk(21%, 72%, 0%, 39%) |
| LAB | lab(34.8 51.3 -45.2) |
| LCH | lch(34.8 68.4 318.6) |
| OKLCH | oklch(0.460 0.178 314.3) |
Copy-ready code
/* CSS */
color: #7b2c9b;
background-color: #7b2c9b;
/* Tailwind (arbitrary) */
class="text-[#7b2c9b] bg-[#7b2c9b]"
/* SCSS */
$brand: #7b2c9b;
/* SwiftUI */
Color(red: 0.482, green: 0.173, blue: 0.608)
/* Android */
Color.parseColor("#7b2c9b")Accessibility — WCAG contrast
Aa
#7b2c9b on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b2c9b on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green17.3%
Blue60.8%
CMYK percentages
Cyan20.6%
Magenta71.6%
Yellow0.0%
Key (black)39.2%
Color previews
#7b2c9b text on a black background
contrast 2.68:1
Card sample
#7b2c9b text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2c9b;
Background color
Panel with #7b2c9b background
background-color: #7b2c9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2c9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 44, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 44, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2c9b; background: linear-gradient(135deg, #7b2c9b, #9B2C71);