#7828be
a balanced, vivid violet · warm · closest name: indigo
RGB
120, 40, 190
HSL
272°, 65%, 45%
CMYK
37, 79, 0, 26
Luminance
0.0923
Every format
| HEX | #7828be |
| RGB | rgb(120, 40, 190) |
| HSL | hsl(272, 65%, 45%) |
| CMYK | cmyk(37%, 79%, 0%, 26%) |
| LAB | lab(36.4 60.1 -63.5) |
| LCH | lch(36.4 87.4 313.4) |
| OKLCH | oklch(0.479 0.216 302.9) |
Copy-ready code
/* CSS */
color: #7828be;
background-color: #7828be;
/* Tailwind (arbitrary) */
class="text-[#7828be] bg-[#7828be]"
/* SCSS */
$brand: #7828be;
/* SwiftUI */
Color(red: 0.471, green: 0.157, blue: 0.745)
/* Android */
Color.parseColor("#7828be")Accessibility — WCAG contrast
Aa
#7828be on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7828be on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green15.7%
Blue74.5%
CMYK percentages
Cyan36.8%
Magenta78.9%
Yellow0.0%
Key (black)25.5%
Color previews
#7828be text on a black background
contrast 2.85:1
Card sample
#7828be text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7828be;
Background color
Panel with #7828be background
background-color: #7828be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7828be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 40, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 40, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7828be; background: linear-gradient(135deg, #7828be, #BE28A0);