#8899aa
a balanced, soft blue · cool · closest name: gray
RGB
136, 153, 170
HSL
210°, 17%, 60%
CMYK
20, 10, 0, 33
Luminance
0.3092
Every format
| HEX | #8899aa |
| RGB | rgb(136, 153, 170) |
| HSL | hsl(210, 17%, 60%) |
| CMYK | cmyk(20%, 10%, 0%, 33%) |
| LAB | lab(62.4 -2.3 -10.9) |
| LCH | lch(62.4 11.1 258.2) |
| OKLCH | oklch(0.675 0.032 248.3) |
Copy-ready code
/* CSS */
color: #8899aa;
background-color: #8899aa;
/* Tailwind (arbitrary) */
class="text-[#8899aa] bg-[#8899aa]"
/* SCSS */
$brand: #8899aa;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#8899aa")Accessibility — WCAG contrast
Aa
#8899aa on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8899aa on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue66.7%
CMYK percentages
Cyan20.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#8899aa text on a black background
contrast 7.18:1
Card sample
#8899aa text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8899aa;
Background color
Panel with #8899aa background
background-color: #8899aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8899aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8899aa; background: linear-gradient(135deg, #8899aa, #8E88AA);