#7b2fac
a dark, vivid violet · warm · closest name: indigo
RGB
123, 47, 172
HSL
277°, 57%, 43%
CMYK
29, 73, 0, 33
Luminance
0.0922
Every format
| HEX | #7b2fac |
| RGB | rgb(123, 47, 172) |
| HSL | hsl(277, 57%, 43%) |
| CMYK | cmyk(29%, 73%, 0%, 33%) |
| LAB | lab(36.4 53.8 -52.8) |
| LCH | lch(36.4 75.3 315.5) |
| OKLCH | oklch(0.476 0.191 308.5) |
Copy-ready code
/* CSS */
color: #7b2fac;
background-color: #7b2fac;
/* Tailwind (arbitrary) */
class="text-[#7b2fac] bg-[#7b2fac]"
/* SCSS */
$brand: #7b2fac;
/* SwiftUI */
Color(red: 0.482, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#7b2fac")Accessibility — WCAG contrast
Aa
#7b2fac on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b2fac on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green18.4%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#7b2fac text on a black background
contrast 2.84:1
Card sample
#7b2fac text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2fac;
Background color
Panel with #7b2fac background
background-color: #7b2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2fac; background: linear-gradient(135deg, #7b2fac, #AC2F8A);