#899cba
a balanced, soft blue · cool · closest name: steelblue
RGB
137, 156, 186
HSL
217°, 26%, 63%
CMYK
26, 16, 0, 27
Luminance
0.3264
Every format
| HEX | #899cba |
| RGB | rgb(137, 156, 186) |
| HSL | hsl(217, 26%, 63%) |
| CMYK | cmyk(26%, 16%, 0%, 27%) |
| LAB | lab(63.9 0.2 -17.7) |
| LCH | lch(63.9 17.7 270.5) |
| OKLCH | oklch(0.688 0.049 259.5) |
Copy-ready code
/* CSS */
color: #899cba;
background-color: #899cba;
/* Tailwind (arbitrary) */
class="text-[#899cba] bg-[#899cba]"
/* SCSS */
$brand: #899cba;
/* SwiftUI */
Color(red: 0.537, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#899cba")Accessibility — WCAG contrast
Aa
#899cba on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899cba on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.2%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta16.1%
Yellow0.0%
Key (black)27.1%
Color previews
#899cba text on a black background
contrast 7.53:1
Card sample
#899cba text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899cba;
Background color
Panel with #899cba background
background-color: #899cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899cba; background: linear-gradient(135deg, #899cba, #9789BA);