#889991
a balanced, muted gray · cool · closest name: gray
RGB
136, 153, 145
HSL
152°, 8%, 57%
CMYK
11, 0, 5, 40
Luminance
0.3006
Every format
| HEX | #889991 |
| RGB | rgb(136, 153, 145) |
| HSL | hsl(152, 8%, 57%) |
| CMYK | cmyk(11%, 0%, 5%, 40%) |
| LAB | lab(61.7 -7.7 2.1) |
| LCH | lch(61.7 8.0 164.3) |
| OKLCH | oklch(0.667 0.023 165.7) |
Copy-ready code
/* CSS */
color: #889991;
background-color: #889991;
/* Tailwind (arbitrary) */
class="text-[#889991] bg-[#889991]"
/* SCSS */
$brand: #889991;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.569)
/* Android */
Color.parseColor("#889991")Accessibility — WCAG contrast
Aa
#889991 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#889991 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue56.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow5.2%
Key (black)40.0%
Color previews
#889991 text on a black background
contrast 7.01:1
Card sample
#889991 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889991;
Background color
Panel with #889991 background
background-color: #889991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889991; background: linear-gradient(135deg, #889991, #889699);