Oslo Gray is a
cool medium color with the hex code #8A8D8F.
This muted hue can be represented as RGB
138, 141, 143 in digital design or CMYK 3%, 1%, 0%, 44% for print applications.
Find matching Pantone color.
Oslo Gray
#8A8D8F
Oslo Gray color values
- HEX
- #8A8D8F
- RGB
- 138, 141, 143
- HSL
- 204°, 2%, 55%
- CMYK
- 3, 1, 0, 44
Shades & tints
About this color
Oslo Gray sits at 204° on the color wheel with 2% saturation and 55% lightness, placing it in the blue segment of the spectrum. At near-zero saturation, it reads as a pure gray, with hue playing almost no role in its character. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Oslo Gray is rendered as rgb(138, 141, 143), where the blue channel is highest at 143, though it sits close to the other channels. This muted, medium-toned character adapts well to supporting roles: borders, disabled states, secondary text, and structural UI elements.
For print, Oslo Gray translates to a CMYK breakdown of 3C 1M 0Y 44K. With a moderate key (44%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Oslo Gray
CSS Variable
:root {
--brand-primary: #8A8D8F;
--brand-primary-rgb: 138, 141, 143;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#8A8D8F',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 3%
M: 1%
Y: 0%
K: 44% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(138, 141, 143)
rgba(138, 141, 143, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #8A8D8F?
What is the RGB value of #8A8D8F?
Is Oslo Gray a warm or cool color?
How do I use #8A8D8F in CSS?
background-color: #8A8D8F; or color: #8A8D8F; or as an RGB value: rgb(138, 141, 143). For print design, use CMYK: 3%, 1%, 0%, 44%.