#7828b3
a dark, vivid violet · warm · closest name: indigo
RGB
120, 40, 179
HSL
275°, 64%, 43%
CMYK
33, 78, 0, 30
Luminance
0.0877
Every format
| HEX | #7828b3 |
| RGB | rgb(120, 40, 179) |
| HSL | hsl(275, 64%, 43%) |
| CMYK | cmyk(33%, 78%, 0%, 30%) |
| LAB | lab(35.5 57.6 -58.4) |
| LCH | lch(35.5 82.0 314.6) |
| OKLCH | oklch(0.470 0.205 305.8) |
Copy-ready code
/* CSS */
color: #7828b3;
background-color: #7828b3;
/* Tailwind (arbitrary) */
class="text-[#7828b3] bg-[#7828b3]"
/* SCSS */
$brand: #7828b3;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.702)
/* Android */
Color.parseColor("#7828b3")Accessibility — WCAG contrast
Aa
#7828b3 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828b3 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue70.2%
CMYK percentages
Cyan33.0%
Magenta77.7%
Yellow0.0%
Key (black)29.8%
Color previews
#7828b3 text on a black background
contrast 2.75:1
Card sample
#7828b3 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828b3;
Background color
Panel with #7828b3 background
background-color: #7828b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828b3; background: linear-gradient(135deg, #7828b3, #B32891);