Tan Hex Code — #D2B48C
RGB, HSL, and CMYK values for Tan.
Last updated: April 6, 2026
Tan Color Values
| Format | Value |
|---|---|
| HEX | #D2B48C |
| RGB | rgb(210, 180, 140) |
| HSL | hsl(34, 44%, 69%) |
| CMYK | cmyk(0%, 14%, 33%, 18%) |
About Tan
Color psychology: Timelessness, dependability.
Tan (#D2B48C) is a medium shade of brown with a hue angle of 34° on the color wheel, 44% saturation, and 69% lightness. It's commonly used in web design, graphic design, and branding where timelessness, dependability are desired associations.
In color theory, Tan sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Tan in Design
Web Design
Use Tan as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Tan conveys timelessness, dependability — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:14% Y:33% K:18%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Tan work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Tan in CSS
/* Using HEX */ color: #D2B48C; background-color: #D2B48C; /* Using RGB */ color: rgb(210, 180, 140); /* Using HSL — best for creating variations */ color: hsl(34, 44%, 69%); /* Transparent overlay (50% opacity) */ background-color: rgba(210, 180, 140, 0.5); /* Lighter variant for hover states */ background-color: hsl(34, 44%, 79%); /* Darker variant for active states */ background-color: hsl(34, 44%, 59%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Tan without changing its core hue or saturation.
Colors That Go With Tan
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Tan?
What is Tan in RGB and when should I use RGB?
How to use Tan in CSS with different color formats?
What is the HSL value of Tan and why is HSL useful for designers?
What is the CMYK value of Tan for print design?
What colors pair well with Tan in design projects?
Is Tan (#D2B48C) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.