#896df8
a light, electric blue · warm · closest name: slateblue
RGB
137, 109, 248
HSL
252°, 91%, 70%
CMYK
45, 56, 0, 3
Luminance
0.2303
Every format
| HEX | #896df8 |
| RGB | rgb(137, 109, 248) |
| HSL | hsl(252, 91%, 70%) |
| CMYK | cmyk(45%, 56%, 0%, 3%) |
| LAB | lab(55.1 44.0 -66.2) |
| LCH | lch(55.1 79.4 303.6) |
| OKLCH | oklch(0.631 0.199 288.6) |
Copy-ready code
/* CSS */
color: #896df8;
background-color: #896df8;
/* Tailwind (arbitrary) */
class="text-[#896df8] bg-[#896df8]"
/* SCSS */
$brand: #896df8;
/* SwiftUI */
Color(red: 0.537, green: 0.427, blue: 0.973)
/* Android */
Color.parseColor("#896df8")Accessibility — WCAG contrast
Aa
#896df8 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#896df8 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green42.7%
Blue97.3%
CMYK percentages
Cyan44.8%
Magenta56.0%
Yellow0.0%
Key (black)2.7%
Color previews
#896df8 text on a black background
contrast 5.61:1
Card sample
#896df8 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896df8;
Background color
Panel with #896df8 background
background-color: #896df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 109, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 109, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896df8; background: linear-gradient(135deg, #896df8, #E66DF8);