#9787eb
a light, vivid blue · warm · closest name: slateblue
RGB
151, 135, 235
HSL
250°, 71%, 73%
CMYK
36, 43, 0, 8
Luminance
0.2991
Every format
| HEX | #9787eb |
| RGB | rgb(151, 135, 235) |
| HSL | hsl(250, 71%, 73%) |
| CMYK | cmyk(36%, 43%, 0%, 8%) |
| LAB | lab(61.6 28.8 -48.5) |
| LCH | lch(61.6 56.4 300.7) |
| OKLCH | oklch(0.680 0.145 289.3) |
Copy-ready code
/* CSS */
color: #9787eb;
background-color: #9787eb;
/* Tailwind (arbitrary) */
class="text-[#9787eb] bg-[#9787eb]"
/* SCSS */
$brand: #9787eb;
/* SwiftUI */
Color(red: 0.592, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#9787eb")Accessibility — WCAG contrast
Aa
#9787eb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9787eb on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green52.9%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9787eb text on a black background
contrast 6.98:1
Card sample
#9787eb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9787eb;
Background color
Panel with #9787eb background
background-color: #9787eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9787eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9787eb; background: linear-gradient(135deg, #9787eb, #DA87EB);