#8060eb
a balanced, electric blue · warm · closest name: slateblue
RGB
128, 96, 235
HSL
254°, 78%, 65%
CMYK
46, 59, 0, 8
Luminance
0.1895
Every format
| HEX | #8060eb |
| RGB | rgb(128, 96, 235) |
| HSL | hsl(254, 78%, 65%) |
| CMYK | cmyk(46%, 59%, 0%, 8%) |
| LAB | lab(50.6 45.8 -66.2) |
| LCH | lch(50.6 80.5 304.7) |
| OKLCH | oklch(0.594 0.200 289.5) |
Copy-ready code
/* CSS */
color: #8060eb;
background-color: #8060eb;
/* Tailwind (arbitrary) */
class="text-[#8060eb] bg-[#8060eb]"
/* SCSS */
$brand: #8060eb;
/* SwiftUI */
Color(red: 0.502, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#8060eb")Accessibility — WCAG contrast
Aa
#8060eb on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8060eb on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green37.6%
Blue92.2%
CMYK percentages
Cyan45.5%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8060eb text on a black background
contrast 4.79:1
Card sample
#8060eb text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8060eb;
Background color
Panel with #8060eb background
background-color: #8060eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8060eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8060eb; background: linear-gradient(135deg, #8060eb, #DD60EB);