#784af5
a balanced, electric violet · warm · closest name: slateblue
RGB
120, 74, 245
HSL
256°, 90%, 63%
CMYK
51, 70, 0, 4
Luminance
0.1548
Every format
| HEX | #784af5 |
| RGB | rgb(120, 74, 245) |
| HSL | hsl(256, 90%, 63%) |
| CMYK | cmyk(51%, 70%, 0%, 4%) |
| LAB | lab(46.3 58.9 -78.9) |
| LCH | lch(46.3 98.4 306.7) |
| OKLCH | oklch(0.563 0.239 288.6) |
Copy-ready code
/* CSS */
color: #784af5;
background-color: #784af5;
/* Tailwind (arbitrary) */
class="text-[#784af5] bg-[#784af5]"
/* SCSS */
$brand: #784af5;
/* SwiftUI */
Color(red: 0.471, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#784af5")Accessibility — WCAG contrast
Aa
#784af5 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784af5 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green29.0%
Blue96.1%
CMYK percentages
Cyan51.0%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#784af5 text on a black background
contrast 4.10:1
Card sample
#784af5 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784af5;
Background color
Panel with #784af5 background
background-color: #784af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784af5; background: linear-gradient(135deg, #784af5, #EA4AF5);