#897eee
a light, electric blue · warm · closest name: slateblue
RGB
137, 126, 238
HSL
246°, 77%, 71%
CMYK
42, 47, 0, 7
Luminance
0.2641
Every format
| HEX | #897eee |
| RGB | rgb(137, 126, 238) |
| HSL | hsl(246, 77%, 71%) |
| CMYK | cmyk(42%, 47%, 0%, 7%) |
| LAB | lab(58.4 31.4 -55.3) |
| LCH | lch(58.4 63.5 299.6) |
| OKLCH | oklch(0.654 0.163 285.5) |
Copy-ready code
/* CSS */
color: #897eee;
background-color: #897eee;
/* Tailwind (arbitrary) */
class="text-[#897eee] bg-[#897eee]"
/* SCSS */
$brand: #897eee;
/* SwiftUI */
Color(red: 0.537, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#897eee")Accessibility — WCAG contrast
Aa
#897eee on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897eee on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.4%
Blue93.3%
CMYK percentages
Cyan42.4%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#897eee text on a black background
contrast 6.28:1
Card sample
#897eee text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897eee;
Background color
Panel with #897eee background
background-color: #897eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897eee; background: linear-gradient(135deg, #897eee, #D47EEE);