#7828ab
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 171
HSL
277°, 62%, 41%
CMYK
30, 77, 0, 33
Luminance
0.0845
Every format
| HEX | #7828ab |
| RGB | rgb(120, 40, 171) |
| HSL | hsl(277, 62%, 41%) |
| CMYK | cmyk(30%, 77%, 0%, 33%) |
| LAB | lab(34.9 55.8 -54.6) |
| LCH | lch(34.9 78.1 315.6) |
| OKLCH | oklch(0.464 0.197 308.1) |
Copy-ready code
/* CSS */
color: #7828ab;
background-color: #7828ab;
/* Tailwind (arbitrary) */
class="text-[#7828ab] bg-[#7828ab]"
/* SCSS */
$brand: #7828ab;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.671)
/* Android */
Color.parseColor("#7828ab")Accessibility — WCAG contrast
Aa
#7828ab on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828ab on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue67.1%
CMYK percentages
Cyan29.8%
Magenta76.6%
Yellow0.0%
Key (black)32.9%
Color previews
#7828ab text on a black background
contrast 2.69:1
Card sample
#7828ab text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828ab;
Background color
Panel with #7828ab background
background-color: #7828ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828ab; background: linear-gradient(135deg, #7828ab, #AB2887);