#7834af
a dark, vivid violet · warm · closest name: indigo
RGB
120, 52, 175
HSL
273°, 54%, 45%
CMYK
31, 70, 0, 31
Luminance
0.0954
Every format
| HEX | #7834af |
| RGB | rgb(120, 52, 175) |
| HSL | hsl(273, 54%, 45%) |
| CMYK | cmyk(31%, 70%, 0%, 31%) |
| LAB | lab(37.0 51.6 -53.6) |
| LCH | lch(37.0 74.4 313.9) |
| OKLCH | oklch(0.480 0.188 305.7) |
Copy-ready code
/* CSS */
color: #7834af;
background-color: #7834af;
/* Tailwind (arbitrary) */
class="text-[#7834af] bg-[#7834af]"
/* SCSS */
$brand: #7834af;
/* SwiftUI */
Color(red: 0.471, green: 0.204, blue: 0.686)
/* Android */
Color.parseColor("#7834af")Accessibility — WCAG contrast
Aa
#7834af on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7834af on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green20.4%
Blue68.6%
CMYK percentages
Cyan31.4%
Magenta70.3%
Yellow0.0%
Key (black)31.4%
Color previews
#7834af text on a black background
contrast 2.91:1
Card sample
#7834af text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7834af;
Background color
Panel with #7834af background
background-color: #7834af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7834af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 52, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 52, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7834af; background: linear-gradient(135deg, #7834af, #AF3494);