#9d8bff
a light, electric blue · warm · closest name: slateblue
RGB
157, 139, 255
HSL
249°, 100%, 77%
CMYK
38, 46, 0, 0
Luminance
0.3285
Every format
| HEX | #9d8bff |
| RGB | rgb(157, 139, 255) |
| HSL | hsl(249, 100%, 77%) |
| CMYK | cmyk(38%, 46%, 0%, 0%) |
| LAB | lab(64.0 33.4 -55.6) |
| LCH | lch(64.0 64.8 301.0) |
| OKLCH | oklch(0.703 0.166 288.5) |
Copy-ready code
/* CSS */
color: #9d8bff;
background-color: #9d8bff;
/* Tailwind (arbitrary) */
class="text-[#9d8bff] bg-[#9d8bff]"
/* SCSS */
$brand: #9d8bff;
/* SwiftUI */
Color(red: 0.616, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#9d8bff")Accessibility — WCAG contrast
Aa
#9d8bff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9d8bff on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green54.5%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9d8bff text on a black background
contrast 7.57:1
Card sample
#9d8bff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d8bff;
Background color
Panel with #9d8bff background
background-color: #9d8bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d8bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d8bff; background: linear-gradient(135deg, #9d8bff, #EA8BFF);