#7828a4
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 164
HSL
279°, 61%, 40%
CMYK
27, 76, 0, 36
Luminance
0.0819
Every format
| HEX | #7828a4 |
| RGB | rgb(120, 40, 164) |
| HSL | hsl(279, 61%, 40%) |
| CMYK | cmyk(27%, 76%, 0%, 36%) |
| LAB | lab(34.4 54.3 -51.3) |
| LCH | lch(34.4 74.7 316.6) |
| OKLCH | oklch(0.459 0.191 310.3) |
Copy-ready code
/* CSS */
color: #7828a4;
background-color: #7828a4;
/* Tailwind (arbitrary) */
class="text-[#7828a4] bg-[#7828a4]"
/* SCSS */
$brand: #7828a4;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.643)
/* Android */
Color.parseColor("#7828a4")Accessibility — WCAG contrast
Aa
#7828a4 on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828a4 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue64.3%
CMYK percentages
Cyan26.8%
Magenta75.6%
Yellow0.0%
Key (black)35.7%
Color previews
#7828a4 text on a black background
contrast 2.64:1
Card sample
#7828a4 text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828a4;
Background color
Panel with #7828a4 background
background-color: #7828a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828a4; background: linear-gradient(135deg, #7828a4, #A4287D);