#8686f6
a light, electric blue · warm · closest name: royalblue
RGB
134, 134, 246
HSL
240°, 86%, 75%
CMYK
46, 46, 0, 4
Luminance
0.2877
Every format
| HEX | #8686f6 |
| RGB | rgb(134, 134, 246) |
| HSL | hsl(240, 86%, 75%) |
| CMYK | cmyk(46%, 46%, 0%, 4%) |
| LAB | lab(60.6 28.3 -56.3) |
| LCH | lch(60.6 63.0 296.7) |
| OKLCH | oklch(0.671 0.163 281.1) |
Copy-ready code
/* CSS */
color: #8686f6;
background-color: #8686f6;
/* Tailwind (arbitrary) */
class="text-[#8686f6] bg-[#8686f6]"
/* SCSS */
$brand: #8686f6;
/* SwiftUI */
Color(red: 0.525, green: 0.525, blue: 0.965)
/* Android */
Color.parseColor("#8686f6")Accessibility — WCAG contrast
Aa
#8686f6 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8686f6 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green52.5%
Blue96.5%
CMYK percentages
Cyan45.5%
Magenta45.5%
Yellow0.0%
Key (black)3.5%
Color previews
#8686f6 text on a black background
contrast 6.75:1
Card sample
#8686f6 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8686f6;
Background color
Panel with #8686f6 background
background-color: #8686f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8686f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 134, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 134, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8686f6; background: linear-gradient(135deg, #8686f6, #D186F6);