#8686eb
a light, vivid blue · warm · closest name: royalblue
RGB
134, 134, 235
HSL
240°, 72%, 72%
CMYK
43, 43, 0, 8
Luminance
0.2812
Every format
| HEX | #8686eb |
| RGB | rgb(134, 134, 235) |
| HSL | hsl(240, 72%, 72%) |
| CMYK | cmyk(43%, 43%, 0%, 8%) |
| LAB | lab(60.0 25.1 -51.1) |
| LCH | lch(60.0 57.0 296.1) |
| OKLCH | oklch(0.665 0.147 281.6) |
Copy-ready code
/* CSS */
color: #8686eb;
background-color: #8686eb;
/* Tailwind (arbitrary) */
class="text-[#8686eb] bg-[#8686eb]"
/* SCSS */
$brand: #8686eb;
/* SwiftUI */
Color(red: 0.525, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#8686eb")Accessibility — WCAG contrast
Aa
#8686eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8686eb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green52.5%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8686eb text on a black background
contrast 6.62:1
Card sample
#8686eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8686eb;
Background color
Panel with #8686eb background
background-color: #8686eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8686eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8686eb; background: linear-gradient(135deg, #8686eb, #C986EB);