#7b2cbf
a balanced, vivid violet · warm · closest name: indigo
RGB
123, 44, 191
HSL
272°, 63%, 46%
CMYK
36, 77, 0, 25
Luminance
0.0977
Every format
| HEX | #7b2cbf |
| RGB | rgb(123, 44, 191) |
| HSL | hsl(272, 63%, 46%) |
| CMYK | cmyk(36%, 77%, 0%, 25%) |
| LAB | lab(37.4 59.3 -62.4) |
| LCH | lch(37.4 86.1 313.6) |
| OKLCH | oklch(0.487 0.213 303.6) |
Copy-ready code
/* CSS */
color: #7b2cbf;
background-color: #7b2cbf;
/* Tailwind (arbitrary) */
class="text-[#7b2cbf] bg-[#7b2cbf]"
/* SCSS */
$brand: #7b2cbf;
/* SwiftUI */
Color(red: 0.482, green: 0.173, blue: 0.749)
/* Android */
Color.parseColor("#7b2cbf")Accessibility — WCAG contrast
Aa
#7b2cbf on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b2cbf on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green17.3%
Blue74.9%
CMYK percentages
Cyan35.6%
Magenta77.0%
Yellow0.0%
Key (black)25.1%
Color previews
#7b2cbf text on a black background
contrast 2.95:1
Card sample
#7b2cbf text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2cbf;
Background color
Panel with #7b2cbf background
background-color: #7b2cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 44, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 44, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2cbf; background: linear-gradient(135deg, #7b2cbf, #BF2CA1);