#9b7fec
a light, vivid violet · warm · closest name: slateblue
RGB
155, 127, 236
HSL
255°, 74%, 71%
CMYK
34, 46, 0, 8
Luminance
0.2820
Every format
| HEX | #9b7fec |
| RGB | rgb(155, 127, 236) |
| HSL | hsl(255, 74%, 71%) |
| CMYK | cmyk(34%, 46%, 0%, 8%) |
| LAB | lab(60.1 34.7 -51.5) |
| LCH | lch(60.1 62.0 304.0) |
| OKLCH | oklch(0.670 0.158 293.5) |
Copy-ready code
/* CSS */
color: #9b7fec;
background-color: #9b7fec;
/* Tailwind (arbitrary) */
class="text-[#9b7fec] bg-[#9b7fec]"
/* SCSS */
$brand: #9b7fec;
/* SwiftUI */
Color(red: 0.608, green: 0.498, blue: 0.925)
/* Android */
Color.parseColor("#9b7fec")Accessibility — WCAG contrast
Aa
#9b7fec on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7fec on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green49.8%
Blue92.5%
CMYK percentages
Cyan34.3%
Magenta46.2%
Yellow0.0%
Key (black)7.5%
Color previews
#9b7fec text on a black background
contrast 6.64:1
Card sample
#9b7fec text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7fec;
Background color
Panel with #9b7fec background
background-color: #9b7fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 127, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 127, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7fec; background: linear-gradient(135deg, #9b7fec, #E47FEC);