#897bc9
a balanced, soft blue · warm · closest name: slateblue
RGB
137, 123, 201
HSL
251°, 42%, 64%
CMYK
32, 39, 0, 21
Luminance
0.2370
Every format
| HEX | #897bc9 |
| RGB | rgb(137, 123, 201) |
| HSL | hsl(251, 42%, 64%) |
| CMYK | cmyk(32%, 39%, 0%, 21%) |
| LAB | lab(55.8 23.0 -38.7) |
| LCH | lch(55.8 45.0 300.8) |
| OKLCH | oklch(0.628 0.116 290.9) |
Copy-ready code
/* CSS */
color: #897bc9;
background-color: #897bc9;
/* Tailwind (arbitrary) */
class="text-[#897bc9] bg-[#897bc9]"
/* SCSS */
$brand: #897bc9;
/* SwiftUI */
Color(red: 0.537, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#897bc9")Accessibility — WCAG contrast
Aa
#897bc9 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897bc9 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green48.2%
Blue78.8%
CMYK percentages
Cyan31.8%
Magenta38.8%
Yellow0.0%
Key (black)21.2%
Color previews
#897bc9 text on a black background
contrast 5.74:1
Card sample
#897bc9 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897bc9;
Background color
Panel with #897bc9 background
background-color: #897bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897bc9; background: linear-gradient(135deg, #897bc9, #BD7BC9);