#7700aa
a dark, electric violet · warm · closest name: indigo
RGB
119, 0, 170
HSL
282°, 100%, 33%
CMYK
30, 100, 0, 33
Luminance
0.0682
Every format
| HEX | #7700aa |
| RGB | rgb(119, 0, 170) |
| HSL | hsl(282, 100%, 33%) |
| CMYK | cmyk(30%, 100%, 0%, 33%) |
| LAB | lab(31.4 65.0 -59.8) |
| LCH | lch(31.4 88.3 317.4) |
| OKLCH | oklch(0.439 0.222 310.0) |
Copy-ready code
/* CSS */
color: #7700aa;
background-color: #7700aa;
/* Tailwind (arbitrary) */
class="text-[#7700aa] bg-[#7700aa]"
/* SCSS */
$brand: #7700aa;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.667)
/* Android */
Color.parseColor("#7700aa")Accessibility — WCAG contrast
Aa
#7700aa on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7700aa on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta100.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7700aa text on a black background
contrast 2.36:1
Card sample
#7700aa text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7700aa;
Background color
Panel with #7700aa background
background-color: #7700aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7700aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7700aa; background: linear-gradient(135deg, #7700aa, #AA006C);