#7828b1
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 177
HSL
275°, 63%, 43%
CMYK
32, 77, 0, 31
Luminance
0.0868
Every format
| HEX | #7828b1 |
| RGB | rgb(120, 40, 177) |
| HSL | hsl(275, 63%, 43%) |
| CMYK | cmyk(32%, 77%, 0%, 31%) |
| LAB | lab(35.4 57.1 -57.5) |
| LCH | lch(35.4 81.0 314.8) |
| OKLCH | oklch(0.469 0.203 306.4) |
Copy-ready code
/* CSS */
color: #7828b1;
background-color: #7828b1;
/* Tailwind (arbitrary) */
class="text-[#7828b1] bg-[#7828b1]"
/* SCSS */
$brand: #7828b1;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.694)
/* Android */
Color.parseColor("#7828b1")Accessibility — WCAG contrast
Aa
#7828b1 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828b1 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue69.4%
CMYK percentages
Cyan32.2%
Magenta77.4%
Yellow0.0%
Key (black)30.6%
Color previews
#7828b1 text on a black background
contrast 2.74:1
Card sample
#7828b1 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828b1;
Background color
Panel with #7828b1 background
background-color: #7828b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828b1; background: linear-gradient(135deg, #7828b1, #B1288F);