#786df6
a light, electric blue · warm · closest name: slateblue
RGB
120, 109, 246
HSL
245°, 88%, 70%
CMYK
51, 56, 0, 4
Luminance
0.2158
Every format
| HEX | #786df6 |
| RGB | rgb(120, 109, 246) |
| HSL | hsl(245, 88%, 70%) |
| CMYK | cmyk(51%, 56%, 0%, 4%) |
| LAB | lab(53.6 39.9 -67.6) |
| LCH | lch(53.6 78.5 300.6) |
| OKLCH | oklch(0.616 0.198 282.5) |
Copy-ready code
/* CSS */
color: #786df6;
background-color: #786df6;
/* Tailwind (arbitrary) */
class="text-[#786df6] bg-[#786df6]"
/* SCSS */
$brand: #786df6;
/* SwiftUI */
Color(red: 0.471, green: 0.427, blue: 0.965)
/* Android */
Color.parseColor("#786df6")Accessibility — WCAG contrast
Aa
#786df6 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#786df6 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green42.7%
Blue96.5%
CMYK percentages
Cyan51.2%
Magenta55.7%
Yellow0.0%
Key (black)3.5%
Color previews
#786df6 text on a black background
contrast 5.32:1
Card sample
#786df6 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786df6;
Background color
Panel with #786df6 background
background-color: #786df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 109, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 109, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786df6; background: linear-gradient(135deg, #786df6, #D36DF6);