#9b70eb
a light, electric violet · warm · closest name: slateblue
RGB
155, 112, 235
HSL
261°, 76%, 68%
CMYK
34, 52, 0, 8
Luminance
0.2456
Every format
| HEX | #9b70eb |
| RGB | rgb(155, 112, 235) |
| HSL | hsl(261, 76%, 68%) |
| CMYK | cmyk(34%, 52%, 0%, 8%) |
| LAB | lab(56.6 42.9 -56.4) |
| LCH | lch(56.6 70.8 307.3) |
| OKLCH | oklch(0.644 0.179 297.2) |
Copy-ready code
/* CSS */
color: #9b70eb;
background-color: #9b70eb;
/* Tailwind (arbitrary) */
class="text-[#9b70eb] bg-[#9b70eb]"
/* SCSS */
$brand: #9b70eb;
/* SwiftUI */
Color(red: 0.608, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#9b70eb")Accessibility — WCAG contrast
Aa
#9b70eb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b70eb on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9b70eb text on a black background
contrast 5.91:1
Card sample
#9b70eb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b70eb;
Background color
Panel with #9b70eb background
background-color: #9b70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b70eb; background: linear-gradient(135deg, #9b70eb, #EB70E9);