#9683fd
a light, electric blue · warm · closest name: slateblue
RGB
150, 131, 253
HSL
249°, 97%, 75%
CMYK
41, 48, 0, 1
Luminance
0.2981
Every format
| HEX | #9683fd |
| RGB | rgb(150, 131, 253) |
| HSL | hsl(249, 97%, 75%) |
| CMYK | cmyk(41%, 48%, 0%, 1%) |
| LAB | lab(61.5 35.7 -58.6) |
| LCH | lch(61.5 68.6 301.3) |
| OKLCH | oklch(0.682 0.175 288.0) |
Copy-ready code
/* CSS */
color: #9683fd;
background-color: #9683fd;
/* Tailwind (arbitrary) */
class="text-[#9683fd] bg-[#9683fd]"
/* SCSS */
$brand: #9683fd;
/* SwiftUI */
Color(red: 0.588, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#9683fd")Accessibility — WCAG contrast
Aa
#9683fd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9683fd on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.4%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#9683fd text on a black background
contrast 6.96:1
Card sample
#9683fd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9683fd;
Background color
Panel with #9683fd background
background-color: #9683fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9683fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9683fd; background: linear-gradient(135deg, #9683fd, #E783FD);