#897eb6
a balanced, soft blue · warm · closest name: steelblue
RGB
137, 126, 182
HSL
252°, 28%, 60%
CMYK
25, 31, 0, 29
Luminance
0.2362
Every format
| HEX | #897eb6 |
| RGB | rgb(137, 126, 182) |
| HSL | hsl(252, 28%, 60%) |
| CMYK | cmyk(25%, 31%, 0%, 29%) |
| LAB | lab(55.7 16.4 -28.0) |
| LCH | lch(55.7 32.4 300.4) |
| OKLCH | oklch(0.625 0.084 292.8) |
Copy-ready code
/* CSS */
color: #897eb6;
background-color: #897eb6;
/* Tailwind (arbitrary) */
class="text-[#897eb6] bg-[#897eb6]"
/* SCSS */
$brand: #897eb6;
/* SwiftUI */
Color(red: 0.537, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#897eb6")Accessibility — WCAG contrast
Aa
#897eb6 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897eb6 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.4%
Blue71.4%
CMYK percentages
Cyan24.7%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#897eb6 text on a black background
contrast 5.72:1
Card sample
#897eb6 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897eb6;
Background color
Panel with #897eb6 background
background-color: #897eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897eb6; background: linear-gradient(135deg, #897eb6, #AE7EB6);