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