#889999
a balanced, muted gray · cool · closest name: gray
RGB
136, 153, 153
HSL
180°, 8%, 57%
CMYK
11, 0, 0, 40
Luminance
0.3032
Every format
| HEX | #889999 |
| RGB | rgb(136, 153, 153) |
| HSL | hsl(180, 8%, 57%) |
| CMYK | cmyk(11%, 0%, 0%, 40%) |
| LAB | lab(61.9 -6.0 -2.0) |
| LCH | lch(61.9 6.4 198.8) |
| OKLCH | oklch(0.669 0.019 196.7) |
Copy-ready code
/* CSS */
color: #889999;
background-color: #889999;
/* Tailwind (arbitrary) */
class="text-[#889999] bg-[#889999]"
/* SCSS */
$brand: #889999;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.600)
/* Android */
Color.parseColor("#889999")Accessibility — WCAG contrast
Aa
#889999 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889999 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue60.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow0.0%
Key (black)40.0%
Color previews
#889999 text on a black background
contrast 7.06:1
Card sample
#889999 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889999;
Background color
Panel with #889999 background
background-color: #889999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889999; background: linear-gradient(135deg, #889999, #888E99);