#9060eb
a balanced, electric violet · warm · closest name: slateblue
RGB
144, 96, 235
HSL
261°, 78%, 65%
CMYK
39, 59, 0, 8
Luminance
0.2029
Every format
| HEX | #9060eb |
| RGB | rgb(144, 96, 235) |
| HSL | hsl(261, 78%, 65%) |
| CMYK | cmyk(39%, 59%, 0%, 8%) |
| LAB | lab(52.2 49.1 -63.6) |
| LCH | lch(52.2 80.4 307.7) |
| OKLCH | oklch(0.609 0.201 295.8) |
Copy-ready code
/* CSS */
color: #9060eb;
background-color: #9060eb;
/* Tailwind (arbitrary) */
class="text-[#9060eb] bg-[#9060eb]"
/* SCSS */
$brand: #9060eb;
/* SwiftUI */
Color(red: 0.565, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#9060eb")Accessibility — WCAG contrast
Aa
#9060eb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9060eb on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green37.6%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9060eb text on a black background
contrast 5.06:1
Card sample
#9060eb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9060eb;
Background color
Panel with #9060eb background
background-color: #9060eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9060eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9060eb; background: linear-gradient(135deg, #9060eb, #EB60E9);