#897ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
137, 122, 206
HSL
251°, 46%, 64%
CMYK
34, 41, 0, 19
Luminance
0.2369
Every format
| HEX | #897ace |
| RGB | rgb(137, 122, 206) |
| HSL | hsl(251, 46%, 64%) |
| CMYK | cmyk(34%, 41%, 0%, 19%) |
| LAB | lab(55.8 24.9 -41.5) |
| LCH | lch(55.8 48.4 301.0) |
| OKLCH | oklch(0.629 0.124 290.6) |
Copy-ready code
/* CSS */
color: #897ace;
background-color: #897ace;
/* Tailwind (arbitrary) */
class="text-[#897ace] bg-[#897ace]"
/* SCSS */
$brand: #897ace;
/* SwiftUI */
Color(red: 0.537, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#897ace")Accessibility — WCAG contrast
Aa
#897ace on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897ace on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green47.8%
Blue80.8%
CMYK percentages
Cyan33.5%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#897ace text on a black background
contrast 5.74:1
Card sample
#897ace text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897ace;
Background color
Panel with #897ace background
background-color: #897ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897ace; background: linear-gradient(135deg, #897ace, #C17ACE);