#786cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
120, 108, 223
HSL
246°, 64%, 65%
CMYK
46, 52, 0, 13
Luminance
0.2005
Every format
| HEX | #786cdf |
| RGB | rgb(120, 108, 223) |
| HSL | hsl(246, 64%, 65%) |
| CMYK | cmyk(46%, 52%, 0%, 13%) |
| LAB | lab(51.9 33.7 -57.4) |
| LCH | lch(51.9 66.6 300.4) |
| OKLCH | oklch(0.599 0.169 284.8) |
Copy-ready code
/* CSS */
color: #786cdf;
background-color: #786cdf;
/* Tailwind (arbitrary) */
class="text-[#786cdf] bg-[#786cdf]"
/* SCSS */
$brand: #786cdf;
/* SwiftUI */
Color(red: 0.471, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#786cdf")Accessibility — WCAG contrast
Aa
#786cdf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#786cdf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#786cdf text on a black background
contrast 5.01:1
Card sample
#786cdf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786cdf;
Background color
Panel with #786cdf background
background-color: #786cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786cdf; background: linear-gradient(135deg, #786cdf, #C56CDF);