#7828a7
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 167
HSL
278°, 61%, 41%
CMYK
28, 76, 0, 35
Luminance
0.0830
Every format
| HEX | #7828a7 |
| RGB | rgb(120, 40, 167) |
| HSL | hsl(278, 61%, 41%) |
| CMYK | cmyk(28%, 76%, 0%, 35%) |
| LAB | lab(34.6 54.9 -52.7) |
| LCH | lch(34.6 76.2 316.2) |
| OKLCH | oklch(0.461 0.194 309.4) |
Copy-ready code
/* CSS */
color: #7828a7;
background-color: #7828a7;
/* Tailwind (arbitrary) */
class="text-[#7828a7] bg-[#7828a7]"
/* SCSS */
$brand: #7828a7;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.655)
/* Android */
Color.parseColor("#7828a7")Accessibility — WCAG contrast
Aa
#7828a7 on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828a7 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue65.5%
CMYK percentages
Cyan28.1%
Magenta76.0%
Yellow0.0%
Key (black)34.5%
Color previews
#7828a7 text on a black background
contrast 2.66:1
Card sample
#7828a7 text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828a7;
Background color
Panel with #7828a7 background
background-color: #7828a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828a7; background: linear-gradient(135deg, #7828a7, #A72881);