#897eb9
a balanced, soft blue · warm · closest name: steelblue
RGB
137, 126, 185
HSL
251°, 30%, 61%
CMYK
26, 32, 0, 28
Luminance
0.2374
Every format
| HEX | #897eb9 |
| RGB | rgb(137, 126, 185) |
| HSL | hsl(251, 30%, 61%) |
| CMYK | cmyk(26%, 32%, 0%, 28%) |
| LAB | lab(55.8 17.2 -29.5) |
| LCH | lch(55.8 34.1 300.2) |
| OKLCH | oklch(0.626 0.088 292.2) |
Copy-ready code
/* CSS */
color: #897eb9;
background-color: #897eb9;
/* Tailwind (arbitrary) */
class="text-[#897eb9] bg-[#897eb9]"
/* SCSS */
$brand: #897eb9;
/* SwiftUI */
Color(red: 0.537, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#897eb9")Accessibility — WCAG contrast
Aa
#897eb9 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897eb9 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.4%
Blue72.5%
CMYK percentages
Cyan25.9%
Magenta31.9%
Yellow0.0%
Key (black)27.5%
Color previews
#897eb9 text on a black background
contrast 5.75:1
Card sample
#897eb9 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897eb9;
Background color
Panel with #897eb9 background
background-color: #897eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897eb9; background: linear-gradient(135deg, #897eb9, #B07EB9);