#686ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
104, 106, 222
HSL
239°, 64%, 64%
CMYK
53, 52, 0, 13
Luminance
0.1853
Every format
| HEX | #686ade |
| RGB | rgb(104, 106, 222) |
| HSL | hsl(239, 64%, 64%) |
| CMYK | cmyk(53%, 52%, 0%, 13%) |
| LAB | lab(50.1 31.2 -59.8) |
| LCH | lch(50.1 67.4 297.6) |
| OKLCH | oklch(0.582 0.173 278.8) |
Copy-ready code
/* CSS */
color: #686ade;
background-color: #686ade;
/* Tailwind (arbitrary) */
class="text-[#686ade] bg-[#686ade]"
/* SCSS */
$brand: #686ade;
/* SwiftUI */
Color(red: 0.408, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#686ade")Accessibility — WCAG contrast
Aa
#686ade on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#686ade on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green41.6%
Blue87.1%
CMYK percentages
Cyan53.2%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#686ade text on a black background
contrast 4.71:1
Card sample
#686ade text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686ade;
Background color
Panel with #686ade background
background-color: #686ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686ade; background: linear-gradient(135deg, #686ade, #B568DE);