#7711aa
a dark, electric violet · warm · closest name: indigo
RGB
119, 17, 170
HSL
280°, 82%, 37%
CMYK
30, 90, 0, 33
Luminance
0.0723
Every format
| HEX | #7711aa |
| RGB | rgb(119, 17, 170) |
| HSL | hsl(280, 82%, 37%) |
| CMYK | cmyk(30%, 90%, 0%, 33%) |
| LAB | lab(32.3 62.3 -58.3) |
| LCH | lch(32.3 85.3 316.9) |
| OKLCH | oklch(0.445 0.215 309.5) |
Copy-ready code
/* CSS */
color: #7711aa;
background-color: #7711aa;
/* Tailwind (arbitrary) */
class="text-[#7711aa] bg-[#7711aa]"
/* SCSS */
$brand: #7711aa;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.667)
/* Android */
Color.parseColor("#7711aa")Accessibility — WCAG contrast
Aa
#7711aa on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7711aa on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta90.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7711aa text on a black background
contrast 2.45:1
Card sample
#7711aa text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7711aa;
Background color
Panel with #7711aa background
background-color: #7711aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7711aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7711aa; background: linear-gradient(135deg, #7711aa, #AA1177);