#8d8f94
a balanced, muted gray · cool · closest name: gray
RGB
141, 143, 148
HSL
223°, 3%, 57%
CMYK
5, 3, 0, 42
Luminance
0.2745
Every format
| HEX | #8d8f94 |
| RGB | rgb(141, 143, 148) |
| HSL | hsl(223, 3%, 57%) |
| CMYK | cmyk(5%, 3%, 0%, 42%) |
| LAB | lab(59.4 0.3 -2.9) |
| LCH | lch(59.4 2.9 275.3) |
| OKLCH | oklch(0.650 0.008 268.5) |
Copy-ready code
/* CSS */
color: #8d8f94;
background-color: #8d8f94;
/* Tailwind (arbitrary) */
class="text-[#8d8f94] bg-[#8d8f94]"
/* SCSS */
$brand: #8d8f94;
/* SwiftUI */
Color(red: 0.553, green: 0.561, blue: 0.580)
/* Android */
Color.parseColor("#8d8f94")Accessibility — WCAG contrast
Aa
#8d8f94 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8d8f94 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green56.1%
Blue58.0%
CMYK percentages
Cyan4.7%
Magenta3.4%
Yellow0.0%
Key (black)42.0%
Color previews
#8d8f94 text on a black background
contrast 6.49:1
Card sample
#8d8f94 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d8f94;
Background color
Panel with #8d8f94 background
background-color: #8d8f94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d8f94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 143, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 143, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d8f94; background: linear-gradient(135deg, #8d8f94, #908D94);