#899baf
a balanced, soft blue · cool · closest name: gray
RGB
137, 155, 175
HSL
212°, 19%, 61%
CMYK
22, 11, 0, 31
Luminance
0.3186
Every format
| HEX | #899baf |
| RGB | rgb(137, 155, 175) |
| HSL | hsl(212, 19%, 61%) |
| CMYK | cmyk(22%, 11%, 0%, 31%) |
| LAB | lab(63.2 -1.9 -12.5) |
| LCH | lch(63.2 12.7 261.4) |
| OKLCH | oklch(0.682 0.036 251.1) |
Copy-ready code
/* CSS */
color: #899baf;
background-color: #899baf;
/* Tailwind (arbitrary) */
class="text-[#899baf] bg-[#899baf]"
/* SCSS */
$brand: #899baf;
/* SwiftUI */
Color(red: 0.537, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#899baf")Accessibility — WCAG contrast
Aa
#899baf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899baf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green60.8%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#899baf text on a black background
contrast 7.37:1
Card sample
#899baf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899baf;
Background color
Panel with #899baf background
background-color: #899baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899baf; background: linear-gradient(135deg, #899baf, #9089AF);