#9b7ddf
a light, vivid violet · warm · closest name: slateblue
RGB
155, 125, 223
HSL
258°, 61%, 68%
CMYK
31, 44, 0, 13
Luminance
0.2696
Every format
| HEX | #9b7ddf |
| RGB | rgb(155, 125, 223) |
| HSL | hsl(258, 61%, 68%) |
| CMYK | cmyk(31%, 44%, 0%, 13%) |
| LAB | lab(58.9 32.5 -46.0) |
| LCH | lch(58.9 56.3 305.2) |
| OKLCH | oklch(0.659 0.144 296.3) |
Copy-ready code
/* CSS */
color: #9b7ddf;
background-color: #9b7ddf;
/* Tailwind (arbitrary) */
class="text-[#9b7ddf] bg-[#9b7ddf]"
/* SCSS */
$brand: #9b7ddf;
/* SwiftUI */
Color(red: 0.608, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#9b7ddf")Accessibility — WCAG contrast
Aa
#9b7ddf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7ddf on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green49.0%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9b7ddf text on a black background
contrast 6.39:1
Card sample
#9b7ddf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7ddf;
Background color
Panel with #9b7ddf background
background-color: #9b7ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7ddf; background: linear-gradient(135deg, #9b7ddf, #DC7DDF);