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