#7828aa
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 170
HSL
277°, 62%, 41%
CMYK
29, 77, 0, 33
Luminance
0.0841
Every format
| HEX | #7828aa |
| RGB | rgb(120, 40, 170) |
| HSL | hsl(277, 62%, 41%) |
| CMYK | cmyk(29%, 77%, 0%, 33%) |
| LAB | lab(34.8 55.6 -54.2) |
| LCH | lch(34.8 77.6 315.7) |
| OKLCH | oklch(0.463 0.196 308.4) |
Copy-ready code
/* CSS */
color: #7828aa;
background-color: #7828aa;
/* Tailwind (arbitrary) */
class="text-[#7828aa] bg-[#7828aa]"
/* SCSS */
$brand: #7828aa;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.667)
/* Android */
Color.parseColor("#7828aa")Accessibility — WCAG contrast
Aa
#7828aa on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828aa on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue66.7%
CMYK percentages
Cyan29.4%
Magenta76.5%
Yellow0.0%
Key (black)33.3%
Color previews
#7828aa text on a black background
contrast 2.68:1
Card sample
#7828aa text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828aa;
Background color
Panel with #7828aa background
background-color: #7828aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828aa; background: linear-gradient(135deg, #7828aa, #AA2885);