#897eb1
a balanced, soft blue · warm · closest name: steelblue
RGB
137, 126, 177
HSL
253°, 25%, 59%
CMYK
23, 29, 0, 31
Luminance
0.2341
Every format
| HEX | #897eb1 |
| RGB | rgb(137, 126, 177) |
| HSL | hsl(253, 25%, 59%) |
| CMYK | cmyk(23%, 29%, 0%, 31%) |
| LAB | lab(55.5 15.2 -25.4) |
| LCH | lch(55.5 29.6 300.9) |
| OKLCH | oklch(0.622 0.077 293.9) |
Copy-ready code
/* CSS */
color: #897eb1;
background-color: #897eb1;
/* Tailwind (arbitrary) */
class="text-[#897eb1] bg-[#897eb1]"
/* SCSS */
$brand: #897eb1;
/* SwiftUI */
Color(red: 0.537, green: 0.494, blue: 0.694)
/* Android */
Color.parseColor("#897eb1")Accessibility — WCAG contrast
Aa
#897eb1 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897eb1 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.4%
Blue69.4%
CMYK percentages
Cyan22.6%
Magenta28.8%
Yellow0.0%
Key (black)30.6%
Color previews
#897eb1 text on a black background
contrast 5.68:1
Card sample
#897eb1 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897eb1;
Background color
Panel with #897eb1 background
background-color: #897eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 126, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 126, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897eb1; background: linear-gradient(135deg, #897eb1, #AB7EB1);