#7722aa
a dark, vivid violet · warm · closest name: indigo
RGB
119, 34, 170
HSL
278°, 67%, 40%
CMYK
30, 80, 0, 33
Luminance
0.0797
Every format
| HEX | #7722aa |
| RGB | rgb(119, 34, 170) |
| HSL | hsl(278, 67%, 40%) |
| CMYK | cmyk(30%, 80%, 0%, 33%) |
| LAB | lab(33.9 57.6 -55.7) |
| LCH | lch(33.9 80.1 316.0) |
| OKLCH | oklch(0.457 0.202 308.5) |
Copy-ready code
/* CSS */
color: #7722aa;
background-color: #7722aa;
/* Tailwind (arbitrary) */
class="text-[#7722aa] bg-[#7722aa]"
/* SCSS */
$brand: #7722aa;
/* SwiftUI */
Color(red: 0.467, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#7722aa")Accessibility — WCAG contrast
Aa
#7722aa on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7722aa on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green13.3%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta80.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7722aa text on a black background
contrast 2.59:1
Card sample
#7722aa text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7722aa;
Background color
Panel with #7722aa background
background-color: #7722aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7722aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7722aa; background: linear-gradient(135deg, #7722aa, #AA2282);