#897ef1
a light, electric blue · warm · closest name: slateblue
RGB
137, 126, 241
HSL
246°, 80%, 72%
CMYK
43, 48, 0, 6
Luminance
0.2659
Every format
| HEX | #897ef1 |
| RGB | rgb(137, 126, 241) |
| HSL | hsl(246, 80%, 72%) |
| CMYK | cmyk(43%, 48%, 0%, 6%) |
| LAB | lab(58.6 32.2 -56.7) |
| LCH | lch(58.6 65.2 299.6) |
| OKLCH | oklch(0.656 0.167 285.2) |
Copy-ready code
/* CSS */
color: #897ef1;
background-color: #897ef1;
/* Tailwind (arbitrary) */
class="text-[#897ef1] bg-[#897ef1]"
/* SCSS */
$brand: #897ef1;
/* SwiftUI */
Color(red: 0.537, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#897ef1")Accessibility — WCAG contrast
Aa
#897ef1 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897ef1 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.4%
Blue94.5%
CMYK percentages
Cyan43.2%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#897ef1 text on a black background
contrast 6.32:1
Card sample
#897ef1 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897ef1;
Background color
Panel with #897ef1 background
background-color: #897ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897ef1; background: linear-gradient(135deg, #897ef1, #D67EF1);