#7828c3
a balanced, vivid violet · warm · closest name: indigo
RGB
120, 40, 195
HSL
271°, 66%, 46%
CMYK
39, 80, 0, 24
Luminance
0.0945
Every format
| HEX | #7828c3 |
| RGB | rgb(120, 40, 195) |
| HSL | hsl(271, 66%, 46%) |
| CMYK | cmyk(39%, 80%, 0%, 24%) |
| LAB | lab(36.8 61.2 -65.7) |
| LCH | lch(36.8 89.8 313.0) |
| OKLCH | oklch(0.483 0.221 301.7) |
Copy-ready code
/* CSS */
color: #7828c3;
background-color: #7828c3;
/* Tailwind (arbitrary) */
class="text-[#7828c3] bg-[#7828c3]"
/* SCSS */
$brand: #7828c3;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.765)
/* Android */
Color.parseColor("#7828c3")Accessibility — WCAG contrast
Aa
#7828c3 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828c3 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue76.5%
CMYK percentages
Cyan38.5%
Magenta79.5%
Yellow0.0%
Key (black)23.5%
Color previews
#7828c3 text on a black background
contrast 2.89:1
Card sample
#7828c3 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828c3;
Background color
Panel with #7828c3 background
background-color: #7828c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828c3; background: linear-gradient(135deg, #7828c3, #C328A7);