#6e60eb
a balanced, electric blue · warm · closest name: slateblue
RGB
110, 96, 235
HSL
246°, 78%, 65%
CMYK
53, 59, 0, 8
Luminance
0.1768
Every format
| HEX | #6e60eb |
| RGB | rgb(110, 96, 235) |
| HSL | hsl(246, 78%, 65%) |
| CMYK | cmyk(53%, 59%, 0%, 8%) |
| LAB | lab(49.1 42.3 -68.7) |
| LCH | lch(49.1 80.7 301.6) |
| OKLCH | oklch(0.579 0.202 282.6) |
Copy-ready code
/* CSS */
color: #6e60eb;
background-color: #6e60eb;
/* Tailwind (arbitrary) */
class="text-[#6e60eb] bg-[#6e60eb]"
/* SCSS */
$brand: #6e60eb;
/* SwiftUI */
Color(red: 0.431, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#6e60eb")Accessibility — WCAG contrast
Aa
#6e60eb on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e60eb on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green37.6%
Blue92.2%
CMYK percentages
Cyan53.2%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#6e60eb text on a black background
contrast 4.54:1
Card sample
#6e60eb text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e60eb;
Background color
Panel with #6e60eb background
background-color: #6e60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e60eb; background: linear-gradient(135deg, #6e60eb, #CB60EB);