#9b7cdf
a light, vivid violet · warm · closest name: slateblue
RGB
155, 124, 223
HSL
259°, 61%, 68%
CMYK
31, 44, 0, 13
Luminance
0.2671
Every format
| HEX | #9b7cdf |
| RGB | rgb(155, 124, 223) |
| HSL | hsl(259, 61%, 68%) |
| CMYK | cmyk(31%, 44%, 0%, 13%) |
| LAB | lab(58.7 33.1 -46.4) |
| LCH | lch(58.7 57.0 305.5) |
| OKLCH | oklch(0.657 0.146 296.6) |
Copy-ready code
/* CSS */
color: #9b7cdf;
background-color: #9b7cdf;
/* Tailwind (arbitrary) */
class="text-[#9b7cdf] bg-[#9b7cdf]"
/* SCSS */
$brand: #9b7cdf;
/* SwiftUI */
Color(red: 0.608, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#9b7cdf")Accessibility — WCAG contrast
Aa
#9b7cdf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7cdf on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.6%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9b7cdf text on a black background
contrast 6.34:1
Card sample
#9b7cdf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7cdf;
Background color
Panel with #9b7cdf background
background-color: #9b7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7cdf; background: linear-gradient(135deg, #9b7cdf, #DD7CDF);