#7828b8
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 184
HSL
273°, 64%, 44%
CMYK
35, 78, 0, 28
Luminance
0.0897
Every format
| HEX | #7828b8 |
| RGB | rgb(120, 40, 184) |
| HSL | hsl(273, 64%, 44%) |
| CMYK | cmyk(35%, 78%, 0%, 28%) |
| LAB | lab(35.9 58.7 -60.7) |
| LCH | lch(35.9 84.5 314.0) |
| OKLCH | oklch(0.474 0.210 304.5) |
Copy-ready code
/* CSS */
color: #7828b8;
background-color: #7828b8;
/* Tailwind (arbitrary) */
class="text-[#7828b8] bg-[#7828b8]"
/* SCSS */
$brand: #7828b8;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.722)
/* Android */
Color.parseColor("#7828b8")Accessibility — WCAG contrast
Aa
#7828b8 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828b8 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue72.2%
CMYK percentages
Cyan34.8%
Magenta78.3%
Yellow0.0%
Key (black)27.8%
Color previews
#7828b8 text on a black background
contrast 2.79:1
Card sample
#7828b8 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828b8;
Background color
Panel with #7828b8 background
background-color: #7828b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828b8; background: linear-gradient(135deg, #7828b8, #B82898);