#9b7fdc
a light, vivid violet · warm · closest name: slateblue
RGB
155, 127, 220
HSL
258°, 57%, 68%
CMYK
30, 42, 0, 14
Luminance
0.2731
Every format
| HEX | #9b7fdc |
| RGB | rgb(155, 127, 220) |
| HSL | hsl(258, 57%, 68%) |
| CMYK | cmyk(30%, 42%, 0%, 14%) |
| LAB | lab(59.3 30.6 -43.8) |
| LCH | lch(59.3 53.4 304.9) |
| OKLCH | oklch(0.661 0.137 296.3) |
Copy-ready code
/* CSS */
color: #9b7fdc;
background-color: #9b7fdc;
/* Tailwind (arbitrary) */
class="text-[#9b7fdc] bg-[#9b7fdc]"
/* SCSS */
$brand: #9b7fdc;
/* SwiftUI */
Color(red: 0.608, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#9b7fdc")Accessibility — WCAG contrast
Aa
#9b7fdc on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7fdc on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green49.8%
Blue86.3%
CMYK percentages
Cyan29.5%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#9b7fdc text on a black background
contrast 6.46:1
Card sample
#9b7fdc text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7fdc;
Background color
Panel with #9b7fdc background
background-color: #9b7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7fdc; background: linear-gradient(135deg, #9b7fdc, #D97FDC);