#889993
a balanced, muted gray · cool · closest name: gray
RGB
136, 153, 147
HSL
159°, 8%, 57%
CMYK
11, 0, 4, 40
Luminance
0.3012
Every format
| HEX | #889993 |
| RGB | rgb(136, 153, 147) |
| HSL | hsl(159, 8%, 57%) |
| CMYK | cmyk(11%, 0%, 4%, 40%) |
| LAB | lab(61.8 -7.3 1.1) |
| LCH | lch(61.8 7.3 171.4) |
| OKLCH | oklch(0.668 0.021 172.4) |
Copy-ready code
/* CSS */
color: #889993;
background-color: #889993;
/* Tailwind (arbitrary) */
class="text-[#889993] bg-[#889993]"
/* SCSS */
$brand: #889993;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.576)
/* Android */
Color.parseColor("#889993")Accessibility — WCAG contrast
Aa
#889993 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889993 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue57.6%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow3.9%
Key (black)40.0%
Color previews
#889993 text on a black background
contrast 7.02:1
Card sample
#889993 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889993;
Background color
Panel with #889993 background
background-color: #889993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889993; background: linear-gradient(135deg, #889993, #889499);