#899daf
a balanced, soft blue · cool · closest name: gray
RGB
137, 157, 175
HSL
208°, 19%, 61%
CMYK
22, 10, 0, 31
Luminance
0.3253
Every format
| HEX | #899daf |
| RGB | rgb(137, 157, 175) |
| HSL | hsl(208, 19%, 61%) |
| CMYK | cmyk(22%, 10%, 0%, 31%) |
| LAB | lab(63.8 -3.0 -11.7) |
| LCH | lch(63.8 12.1 255.5) |
| OKLCH | oklch(0.686 0.035 245.5) |
Copy-ready code
/* CSS */
color: #899daf;
background-color: #899daf;
/* Tailwind (arbitrary) */
class="text-[#899daf] bg-[#899daf]"
/* SCSS */
$brand: #899daf;
/* SwiftUI */
Color(red: 0.537, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#899daf")Accessibility — WCAG contrast
Aa
#899daf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899daf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green61.6%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#899daf text on a black background
contrast 7.51:1
Card sample
#899daf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899daf;
Background color
Panel with #899daf background
background-color: #899daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899daf; background: linear-gradient(135deg, #899daf, #8E89AF);