#899ea7
a balanced, muted cyan · cool · closest name: gray
RGB
137, 158, 167
HSL
198°, 15%, 60%
CMYK
18, 5, 0, 35
Luminance
0.3256
Every format
| HEX | #899ea7 |
| RGB | rgb(137, 158, 167) |
| HSL | hsl(198, 15%, 60%) |
| CMYK | cmyk(18%, 5%, 0%, 35%) |
| LAB | lab(63.8 -5.4 -7.2) |
| LCH | lch(63.8 9.0 233.0) |
| OKLCH | oklch(0.686 0.027 225.5) |
Copy-ready code
/* CSS */
color: #899ea7;
background-color: #899ea7;
/* Tailwind (arbitrary) */
class="text-[#899ea7] bg-[#899ea7]"
/* SCSS */
$brand: #899ea7;
/* SwiftUI */
Color(red: 0.537, green: 0.620, blue: 0.655)
/* Android */
Color.parseColor("#899ea7")Accessibility — WCAG contrast
Aa
#899ea7 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899ea7 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green62.0%
Blue65.5%
CMYK percentages
Cyan18.0%
Magenta5.4%
Yellow0.0%
Key (black)34.5%
Color previews
#899ea7 text on a black background
contrast 7.51:1
Card sample
#899ea7 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899ea7;
Background color
Panel with #899ea7 background
background-color: #899ea7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899ea7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 158, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 158, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899ea7; background: linear-gradient(135deg, #899ea7, #898AA7);