#8680eb
a light, vivid blue · warm · closest name: slateblue
RGB
134, 128, 235
HSL
243°, 73%, 71%
CMYK
43, 46, 0, 8
Luminance
0.2650
Every format
| HEX | #8680eb |
| RGB | rgb(134, 128, 235) |
| HSL | hsl(243, 73%, 71%) |
| CMYK | cmyk(43%, 46%, 0%, 8%) |
| LAB | lab(58.5 28.6 -53.5) |
| LCH | lch(58.5 60.7 298.2) |
| OKLCH | oklch(0.654 0.156 283.7) |
Copy-ready code
/* CSS */
color: #8680eb;
background-color: #8680eb;
/* Tailwind (arbitrary) */
class="text-[#8680eb] bg-[#8680eb]"
/* SCSS */
$brand: #8680eb;
/* SwiftUI */
Color(red: 0.525, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#8680eb")Accessibility — WCAG contrast
Aa
#8680eb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8680eb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green50.2%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8680eb text on a black background
contrast 6.30:1
Card sample
#8680eb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8680eb;
Background color
Panel with #8680eb background
background-color: #8680eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8680eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8680eb; background: linear-gradient(135deg, #8680eb, #CD80EB);