#9b8afd
a light, electric blue · warm · closest name: slateblue
RGB
155, 138, 253
HSL
249°, 97%, 77%
CMYK
39, 46, 0, 1
Luminance
0.3224
Every format
| HEX | #9b8afd |
| RGB | rgb(155, 138, 253) |
| HSL | hsl(249, 97%, 77%) |
| CMYK | cmyk(39%, 46%, 0%, 1%) |
| LAB | lab(63.5 32.9 -55.3) |
| LCH | lch(63.5 64.3 300.7) |
| OKLCH | oklch(0.699 0.165 288.2) |
Copy-ready code
/* CSS */
color: #9b8afd;
background-color: #9b8afd;
/* Tailwind (arbitrary) */
class="text-[#9b8afd] bg-[#9b8afd]"
/* SCSS */
$brand: #9b8afd;
/* SwiftUI */
Color(red: 0.608, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#9b8afd")Accessibility — WCAG contrast
Aa
#9b8afd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b8afd on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green54.1%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9b8afd text on a black background
contrast 7.45:1
Card sample
#9b8afd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b8afd;
Background color
Panel with #9b8afd background
background-color: #9b8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b8afd; background: linear-gradient(135deg, #9b8afd, #E88AFD);