#896cef
a light, electric blue · warm · closest name: slateblue
RGB
137, 108, 239
HSL
253°, 80%, 68%
CMYK
43, 55, 0, 6
Luminance
0.2228
Every format
| HEX | #896cef |
| RGB | rgb(137, 108, 239) |
| HSL | hsl(253, 80%, 68%) |
| CMYK | cmyk(43%, 55%, 0%, 6%) |
| LAB | lab(54.3 42.0 -62.4) |
| LCH | lch(54.3 75.2 304.0) |
| OKLCH | oklch(0.624 0.189 290.0) |
Copy-ready code
/* CSS */
color: #896cef;
background-color: #896cef;
/* Tailwind (arbitrary) */
class="text-[#896cef] bg-[#896cef]"
/* SCSS */
$brand: #896cef;
/* SwiftUI */
Color(red: 0.537, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#896cef")Accessibility — WCAG contrast
Aa
#896cef on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#896cef on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green42.4%
Blue93.7%
CMYK percentages
Cyan42.7%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#896cef text on a black background
contrast 5.46:1
Card sample
#896cef text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896cef;
Background color
Panel with #896cef background
background-color: #896cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896cef; background: linear-gradient(135deg, #896cef, #E06CEF);