#786df0
a light, electric blue · warm · closest name: slateblue
RGB
120, 109, 240
HSL
245°, 81%, 68%
CMYK
50, 55, 0, 6
Luminance
0.2122
Every format
| HEX | #786df0 |
| RGB | rgb(120, 109, 240) |
| HSL | hsl(245, 81%, 68%) |
| CMYK | cmyk(50%, 55%, 0%, 6%) |
| LAB | lab(53.2 38.1 -64.9) |
| LCH | lch(53.2 75.2 300.5) |
| OKLCH | oklch(0.612 0.190 283.0) |
Copy-ready code
/* CSS */
color: #786df0;
background-color: #786df0;
/* Tailwind (arbitrary) */
class="text-[#786df0] bg-[#786df0]"
/* SCSS */
$brand: #786df0;
/* SwiftUI */
Color(red: 0.471, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#786df0")Accessibility — WCAG contrast
Aa
#786df0 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#786df0 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green42.7%
Blue94.1%
CMYK percentages
Cyan50.0%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#786df0 text on a black background
contrast 5.24:1
Card sample
#786df0 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786df0;
Background color
Panel with #786df0 background
background-color: #786df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786df0; background: linear-gradient(135deg, #786df0, #CF6DF0);