#786fdf
a light, vivid blue · warm · closest name: slateblue
RGB
120, 111, 223
HSL
245°, 64%, 66%
CMYK
46, 50, 0, 13
Luminance
0.2069
Every format
| HEX | #786fdf |
| RGB | rgb(120, 111, 223) |
| HSL | hsl(245, 64%, 66%) |
| CMYK | cmyk(46%, 50%, 0%, 13%) |
| LAB | lab(52.6 31.9 -56.3) |
| LCH | lch(52.6 64.7 299.6) |
| OKLCH | oklch(0.604 0.165 283.9) |
Copy-ready code
/* CSS */
color: #786fdf;
background-color: #786fdf;
/* Tailwind (arbitrary) */
class="text-[#786fdf] bg-[#786fdf]"
/* SCSS */
$brand: #786fdf;
/* SwiftUI */
Color(red: 0.471, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#786fdf")Accessibility — WCAG contrast
Aa
#786fdf on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#786fdf on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green43.5%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#786fdf text on a black background
contrast 5.14:1
Card sample
#786fdf text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786fdf;
Background color
Panel with #786fdf background
background-color: #786fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786fdf; background: linear-gradient(135deg, #786fdf, #C36FDF);