#9c7eee
a light, electric violet · warm · closest name: slateblue
RGB
156, 126, 238
HSL
256°, 77%, 71%
CMYK
35, 47, 0, 7
Luminance
0.2816
Every format
| HEX | #9c7eee |
| RGB | rgb(156, 126, 238) |
| HSL | hsl(256, 77%, 71%) |
| CMYK | cmyk(35%, 47%, 0%, 7%) |
| LAB | lab(60.0 36.0 -52.6) |
| LCH | lch(60.0 63.8 304.4) |
| OKLCH | oklch(0.670 0.162 293.9) |
Copy-ready code
/* CSS */
color: #9c7eee;
background-color: #9c7eee;
/* Tailwind (arbitrary) */
class="text-[#9c7eee] bg-[#9c7eee]"
/* SCSS */
$brand: #9c7eee;
/* SwiftUI */
Color(red: 0.612, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#9c7eee")Accessibility — WCAG contrast
Aa
#9c7eee on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7eee on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green49.4%
Blue93.3%
CMYK percentages
Cyan34.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#9c7eee text on a black background
contrast 6.63:1
Card sample
#9c7eee text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7eee;
Background color
Panel with #9c7eee background
background-color: #9c7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7eee; background: linear-gradient(135deg, #9c7eee, #E77EEE);