#9c70ff
a light, electric violet · warm · closest name: slateblue
RGB
156, 112, 255
HSL
259°, 100%, 72%
CMYK
39, 56, 0, 0
Luminance
0.2588
Every format
| HEX | #9c70ff |
| RGB | rgb(156, 112, 255) |
| HSL | hsl(259, 100%, 72%) |
| CMYK | cmyk(39%, 56%, 0%, 0%) |
| LAB | lab(57.9 48.3 -65.4) |
| LCH | lch(57.9 81.3 306.4) |
| OKLCH | oklch(0.657 0.204 294.3) |
Copy-ready code
/* CSS */
color: #9c70ff;
background-color: #9c70ff;
/* Tailwind (arbitrary) */
class="text-[#9c70ff] bg-[#9c70ff]"
/* SCSS */
$brand: #9c70ff;
/* SwiftUI */
Color(red: 0.612, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#9c70ff")Accessibility — WCAG contrast
Aa
#9c70ff on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c70ff on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green43.9%
Blue100.0%
CMYK percentages
Cyan38.8%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#9c70ff text on a black background
contrast 6.18:1
Card sample
#9c70ff text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c70ff;
Background color
Panel with #9c70ff background
background-color: #9c70ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c70ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c70ff; background: linear-gradient(135deg, #9c70ff, #FB70FF);