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