Adirondack Color Hex Code
#b0b9c1What is Adirondack Color Hex Code Color?
Adirondack Color Hex Code is a light, desaturated, muted blue color with the hex code #b0b9c1. Its RGB value is rgb(176, 185, 193), meaning it contains 176 red, 185 green, and 193 blue light values. In the HSL color model, it has a hue of 208°, saturation of 12%, and lightness of 72%.
Adirondack Color Hex Code Color Codes
Here are all the color format codes for Adirondack Color Hex Code:
- HEX: #b0b9c1
- RGB: rgb(176, 185, 193)
- HSL: hsl(208°, 12%, 72%)
- CMYK: cmyk(9%, 4%, 0%, 24%)
- Android/Flutter: Color(0xFFB0B9C1)
- Swift UIColor: UIColor(red: 0.690, green: 0.725, blue: 0.757, alpha: 1.0)
Is Adirondack Color Hex Code Accessible?
Adirondack Color Hex Code (#b0b9c1) passes WCAG AA accessibility standards. It has a contrast ratio of 1.99:1 against white and 10.56:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Adirondack Color Hex Code in Design
Adirondack Color Hex Code is a light blue tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#c0b7af
for strong contrast.
In CSS, you can use it directly as color: #b0b9c1; or
background-color: #b0b9c1;.
Adirondack Color Hex Code Shades and Tints
Shades of Adirondack Color Hex Code are created by mixing it with black, ranging from the original #b0b9c1 down to near-black #9ca4ac. Tints are made by adding white — from the base color up to near-white #f6f7f8. These variations help build complete design system palettes and Tailwind CSS color scales.
Adirondack Color Hex Code Color Harmonies
The complementary color of Adirondack Color Hex Code is #c0b7af. Its analogous colors are #afb0c0 and #afc0c0. For a triadic palette, combine it with #c0afb8 and #b8c0af.
Frequently Asked Questions
What is the hex code for Adirondack Color Hex Code?
The hex code for Adirondack Color Hex Code is #b0b9c1.
What is the RGB value of Adirondack Color Hex Code?
The RGB value is rgb(176, 185, 193). Red channel: 176/255, Green: 185/255, Blue: 193/255.
Is Adirondack Color Hex Code good for web accessibility?
Adirondack Color Hex Code has a contrast ratio of 1.99:1 with white and 10.56:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Adirondack Color Hex Code?
Adirondack Color Hex Code pairs well with its complementary color #c0b7af, analogous colors #afb0c0 and #afc0c0, or neutral whites and grays for a clean, modern look.
How do I use Adirondack Color Hex Code in CSS?
Use it in CSS like this:
background-color: #b0b9c1;
color: #b0b9c1;
Or as a CSS variable: --color-primary: #b0b9c1;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #b0b9c1;
--color-primary-rgb: 176, 185, 193;
--color-primary-hsl: 208 12% 72%;
--color-primary-text: #1a1a2e;
colors: {
'adirondack-color-hex-code': {
DEFAULT: '#b0b9c1',
100: '#ffffff',
200: '#f6f7f8',
300: '#edeff1',
400: '#e4e7ea',
500: '#dbe0e3',
600: '#9ca4ac',
700: '#899096',
800: '#757b81',
900: '#62676b',
950: '#4e5256',
}
}
'base': #b0b9c1,
'light': #edeff1,
'dark': #899096,
'rgb': 176, 185, 193
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.