#784eee
a balanced, electric violet · warm · closest name: slateblue
RGB
120, 78, 238
HSL
256°, 83%, 62%
CMYK
50, 67, 0, 7
Luminance
0.1561
Every format
| HEX | #784eee |
| RGB | rgb(120, 78, 238) |
| HSL | hsl(256, 83%, 62%) |
| CMYK | cmyk(50%, 67%, 0%, 7%) |
| LAB | lab(46.5 54.9 -74.7) |
| LCH | lch(46.5 92.7 306.3) |
| OKLCH | oklch(0.562 0.227 289.0) |
Copy-ready code
/* CSS */
color: #784eee;
background-color: #784eee;
/* Tailwind (arbitrary) */
class="text-[#784eee] bg-[#784eee]"
/* SCSS */
$brand: #784eee;
/* SwiftUI */
Color(red: 0.471, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#784eee")Accessibility — WCAG contrast
Aa
#784eee on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#784eee on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green30.6%
Blue93.3%
CMYK percentages
Cyan49.6%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#784eee text on a black background
contrast 4.12:1
Card sample
#784eee text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784eee;
Background color
Panel with #784eee background
background-color: #784eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784eee; background: linear-gradient(135deg, #784eee, #E34EEE);