Nomadic Taupe Hex
#d2c6aeWhat is Nomadic Taupe Hex Color?
Nomadic Taupe Hex is a light, desaturated, muted orange color with the hex code #d2c6ae. Its RGB value is rgb(210, 198, 174), meaning it contains 210 red, 198 green, and 174 blue light values. In the HSL color model, it has a hue of 40°, saturation of 29%, and lightness of 75%.
Nomadic Taupe Hex Color Codes
Here are all the color format codes for Nomadic Taupe Hex:
- HEX: #d2c6ae
- RGB: rgb(210, 198, 174)
- HSL: hsl(40°, 29%, 75%)
- CMYK: cmyk(0%, 6%, 17%, 18%)
- Android/Flutter: Color(0xFFD2C6AE)
- Swift UIColor: UIColor(red: 0.824, green: 0.776, blue: 0.682, alpha: 1.0)
Is Nomadic Taupe Hex Accessible?
Nomadic Taupe Hex (#d2c6ae) passes WCAG AA accessibility standards. It has a contrast ratio of 1.69:1 against white and 12.43: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 Nomadic Taupe Hex in Design
Nomadic Taupe Hex is a light orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#adb9d2
for strong contrast.
In CSS, you can use it directly as color: #d2c6ae; or
background-color: #d2c6ae;.
Nomadic Taupe Hex Shades and Tints
Shades of Nomadic Taupe Hex are created by mixing it with black, ranging from the original #d2c6ae down to near-black #bbb09b. Tints are made by adding white — from the base color up to near-white #faf9f6. These variations help build complete design system palettes and Tailwind CSS color scales.
Nomadic Taupe Hex Color Harmonies
The complementary color of Nomadic Taupe Hex is #adb9d2. Its analogous colors are #ccd2ad and #d2b3ad. For a triadic palette, combine it with #add2c5 and #c5add2.
Frequently Asked Questions
What is the hex code for Nomadic Taupe Hex?
The hex code for Nomadic Taupe Hex is #d2c6ae.
What is the RGB value of Nomadic Taupe Hex?
The RGB value is rgb(210, 198, 174). Red channel: 210/255, Green: 198/255, Blue: 174/255.
Is Nomadic Taupe Hex good for web accessibility?
Nomadic Taupe Hex has a contrast ratio of 1.69:1 with white and 12.43:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Nomadic Taupe Hex?
Nomadic Taupe Hex pairs well with its complementary color #adb9d2, analogous colors #ccd2ad and #d2b3ad, or neutral whites and grays for a clean, modern look.
How do I use Nomadic Taupe Hex in CSS?
Use it in CSS like this:
background-color: #d2c6ae;
color: #d2c6ae;
Or as a CSS variable: --color-primary: #d2c6ae;
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: #d2c6ae;
--color-primary-rgb: 210, 198, 174;
--color-primary-hsl: 40 29% 75%;
--color-primary-text: #1a1a2e;
colors: {
'nomadic-taupe-hex': {
DEFAULT: '#d2c6ae',
100: '#ffffff',
200: '#faf9f6',
300: '#f5f2ed',
400: '#f0ece4',
500: '#ebe5da',
600: '#bbb09b',
700: '#a39a87',
800: '#8c8474',
900: '#756e61',
950: '#5d584d',
}
}
'base': #d2c6ae,
'light': #f5f2ed,
'dark': #a39a87,
'rgb': 210, 198, 174
);
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.