#9985eb
a light, vivid blue · warm · closest name: slateblue
RGB
153, 133, 235
HSL
252°, 72%, 72%
CMYK
35, 43, 0, 8
Luminance
0.2955
Every format
| HEX | #9985eb |
| RGB | rgb(153, 133, 235) |
| HSL | hsl(252, 72%, 72%) |
| CMYK | cmyk(35%, 43%, 0%, 8%) |
| LAB | lab(61.3 30.5 -49.0) |
| LCH | lch(61.3 57.7 301.9) |
| OKLCH | oklch(0.678 0.148 290.9) |
Copy-ready code
/* CSS */
color: #9985eb;
background-color: #9985eb;
/* Tailwind (arbitrary) */
class="text-[#9985eb] bg-[#9985eb]"
/* SCSS */
$brand: #9985eb;
/* SwiftUI */
Color(red: 0.600, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#9985eb")Accessibility — WCAG contrast
Aa
#9985eb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9985eb on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.2%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9985eb text on a black background
contrast 6.91:1
Card sample
#9985eb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9985eb;
Background color
Panel with #9985eb background
background-color: #9985eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9985eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9985eb; background: linear-gradient(135deg, #9985eb, #DD85EB);