#9683df
a light, vivid blue · warm · closest name: slateblue
RGB
150, 131, 223
HSL
252°, 59%, 69%
CMYK
33, 41, 0, 13
Luminance
0.2804
Every format
| HEX | #9683df |
| RGB | rgb(150, 131, 223) |
| HSL | hsl(252, 59%, 69%) |
| CMYK | cmyk(33%, 41%, 0%, 13%) |
| LAB | lab(59.9 27.7 -44.5) |
| LCH | lch(59.9 52.4 301.9) |
| OKLCH | oklch(0.665 0.134 291.8) |
Copy-ready code
/* CSS */
color: #9683df;
background-color: #9683df;
/* Tailwind (arbitrary) */
class="text-[#9683df] bg-[#9683df]"
/* SCSS */
$brand: #9683df;
/* SwiftUI */
Color(red: 0.588, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#9683df")Accessibility — WCAG contrast
Aa
#9683df on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9683df on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.4%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9683df text on a black background
contrast 6.61:1
Card sample
#9683df text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9683df;
Background color
Panel with #9683df background
background-color: #9683df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9683df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9683df; background: linear-gradient(135deg, #9683df, #D383DF);