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