#9b70e2
a light, vivid violet · warm · closest name: slateblue
RGB
155, 112, 226
HSL
263°, 66%, 66%
CMYK
31, 50, 0, 11
Luminance
0.2405
Every format
| HEX | #9b70e2 |
| RGB | rgb(155, 112, 226) |
| HSL | hsl(263, 66%, 66%) |
| CMYK | cmyk(31%, 50%, 0%, 11%) |
| LAB | lab(56.1 40.6 -52.1) |
| LCH | lch(56.1 66.1 307.9) |
| OKLCH | oklch(0.639 0.168 299.0) |
Copy-ready code
/* CSS */
color: #9b70e2;
background-color: #9b70e2;
/* Tailwind (arbitrary) */
class="text-[#9b70e2] bg-[#9b70e2]"
/* SCSS */
$brand: #9b70e2;
/* SwiftUI */
Color(red: 0.608, green: 0.439, blue: 0.886)
/* Android */
Color.parseColor("#9b70e2")Accessibility — WCAG contrast
Aa
#9b70e2 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b70e2 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green43.9%
Blue88.6%
CMYK percentages
Cyan31.4%
Magenta50.4%
Yellow0.0%
Key (black)11.4%
Color previews
#9b70e2 text on a black background
contrast 5.81:1
Card sample
#9b70e2 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b70e2;
Background color
Panel with #9b70e2 background
background-color: #9b70e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b70e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 112, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 112, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b70e2; background: linear-gradient(135deg, #9b70e2, #E270DD);