#9b7cff
a light, electric blue · warm · closest name: slateblue
RGB
155, 124, 255
HSL
254°, 100%, 74%
CMYK
39, 51, 0, 0
Luminance
0.2860
Every format
| HEX | #9b7cff |
| RGB | rgb(155, 124, 255) |
| HSL | hsl(254, 100%, 74%) |
| CMYK | cmyk(39%, 51%, 0%, 0%) |
| LAB | lab(60.4 41.4 -61.4) |
| LCH | lch(60.4 74.0 304.0) |
| OKLCH | oklch(0.676 0.187 291.5) |
Copy-ready code
/* CSS */
color: #9b7cff;
background-color: #9b7cff;
/* Tailwind (arbitrary) */
class="text-[#9b7cff] bg-[#9b7cff]"
/* SCSS */
$brand: #9b7cff;
/* SwiftUI */
Color(red: 0.608, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#9b7cff")Accessibility — WCAG contrast
Aa
#9b7cff on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7cff on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.6%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#9b7cff text on a black background
contrast 6.72:1
Card sample
#9b7cff text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7cff;
Background color
Panel with #9b7cff background
background-color: #9b7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7cff; background: linear-gradient(135deg, #9b7cff, #F27CFF);