#9683eb
a light, vivid blue · warm · closest name: slateblue
RGB
150, 131, 235
HSL
251°, 72%, 72%
CMYK
36, 44, 0, 8
Luminance
0.2871
Every format
| HEX | #9683eb |
| RGB | rgb(150, 131, 235) |
| HSL | hsl(251, 72%, 72%) |
| CMYK | cmyk(36%, 44%, 0%, 8%) |
| LAB | lab(60.5 30.8 -50.2) |
| LCH | lch(60.5 58.9 301.6) |
| OKLCH | oklch(0.672 0.151 290.1) |
Copy-ready code
/* CSS */
color: #9683eb;
background-color: #9683eb;
/* Tailwind (arbitrary) */
class="text-[#9683eb] bg-[#9683eb]"
/* SCSS */
$brand: #9683eb;
/* SwiftUI */
Color(red: 0.588, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#9683eb")Accessibility — WCAG contrast
Aa
#9683eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9683eb on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.4%
Blue92.2%
CMYK percentages
Cyan36.2%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9683eb text on a black background
contrast 6.74:1
Card sample
#9683eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9683eb;
Background color
Panel with #9683eb background
background-color: #9683eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9683eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9683eb; background: linear-gradient(135deg, #9683eb, #DB83EB);