#9062eb
a light, electric violet · warm · closest name: slateblue
RGB
144, 98, 235
HSL
260°, 77%, 65%
CMYK
39, 58, 0, 8
Luminance
0.2066
Every format
| HEX | #9062eb |
| RGB | rgb(144, 98, 235) |
| HSL | hsl(260, 77%, 65%) |
| CMYK | cmyk(39%, 58%, 0%, 8%) |
| LAB | lab(52.6 48.1 -62.9) |
| LCH | lch(52.6 79.2 307.4) |
| OKLCH | oklch(0.612 0.198 295.4) |
Copy-ready code
/* CSS */
color: #9062eb;
background-color: #9062eb;
/* Tailwind (arbitrary) */
class="text-[#9062eb] bg-[#9062eb]"
/* SCSS */
$brand: #9062eb;
/* SwiftUI */
Color(red: 0.565, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#9062eb")Accessibility — WCAG contrast
Aa
#9062eb on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9062eb on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green38.4%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9062eb text on a black background
contrast 5.13:1
Card sample
#9062eb text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9062eb;
Background color
Panel with #9062eb background
background-color: #9062eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9062eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9062eb; background: linear-gradient(135deg, #9062eb, #EB62EB);