#9983df
a light, vivid blue · warm · closest name: slateblue
RGB
153, 131, 223
HSL
254°, 59%, 69%
CMYK
31, 41, 0, 13
Luminance
0.2833
Every format
| HEX | #9983df |
| RGB | rgb(153, 131, 223) |
| HSL | hsl(254, 59%, 69%) |
| CMYK | cmyk(31%, 41%, 0%, 13%) |
| LAB | lab(60.2 28.5 -44.0) |
| LCH | lch(60.2 52.5 302.9) |
| OKLCH | oklch(0.668 0.135 293.4) |
Copy-ready code
/* CSS */
color: #9983df;
background-color: #9983df;
/* Tailwind (arbitrary) */
class="text-[#9983df] bg-[#9983df]"
/* SCSS */
$brand: #9983df;
/* SwiftUI */
Color(red: 0.600, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#9983df")Accessibility — WCAG contrast
Aa
#9983df on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9983df on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green51.4%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9983df text on a black background
contrast 6.67:1
Card sample
#9983df text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9983df;
Background color
Panel with #9983df background
background-color: #9983df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9983df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9983df; background: linear-gradient(135deg, #9983df, #D683DF);