#998cef
a light, electric blue · warm · closest name: slateblue
RGB
153, 140, 239
HSL
248°, 76%, 74%
CMYK
36, 41, 0, 6
Luminance
0.3176
Every format
| HEX | #998cef |
| RGB | rgb(153, 140, 239) |
| HSL | hsl(248, 76%, 74%) |
| CMYK | cmyk(36%, 41%, 0%, 6%) |
| LAB | lab(63.1 27.5 -48.3) |
| LCH | lch(63.1 55.5 299.7) |
| OKLCH | oklch(0.693 0.143 288.1) |
Copy-ready code
/* CSS */
color: #998cef;
background-color: #998cef;
/* Tailwind (arbitrary) */
class="text-[#998cef] bg-[#998cef]"
/* SCSS */
$brand: #998cef;
/* SwiftUI */
Color(red: 0.600, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#998cef")Accessibility — WCAG contrast
Aa
#998cef on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#998cef on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green54.9%
Blue93.7%
CMYK percentages
Cyan36.0%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#998cef text on a black background
contrast 7.35:1
Card sample
#998cef text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998cef;
Background color
Panel with #998cef background
background-color: #998cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998cef; background: linear-gradient(135deg, #998cef, #DB8CEF);