Explore the base color
Review HEX, RGB, HSL, and HSV for tan, then browse shades, tints, tones, and hues.
Tan color codes for #D2B48C — HEX, RGB, HSL, HSV, shades, named tans, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for tan, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named tan shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleTan is a versatile neutral for cards and backgrounds in warm design systems.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--tan: #d2b48c;
--tan-soft: #f5deb3;
--tan-ink: #8b4513;
}
.banner {
background-color: var(--tan);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| tan | #D2B48C | 210, 180, 140 | Base keyword |
| wheat | #F5DEB3 | 245, 222, 179 | Named shade |
| burlywood | #DEB887 | 222, 184, 135 | Named shade |
| navajowhite | #FFDEAD | 255, 222, 173 | Named shade |
| bisque | #FFE4C4 | 255, 228, 196 | Named shade |
| peru | #CD853F | 205, 133, 63 | Named shade |
| beige | #F5F5DC | 245, 245, 220 | Named shade |
| brown | #A52A2A | 165, 42, 42 | Named shade |
| blanchedalmond | #FFEBCD | 255, 235, 205 | Named shade |
| chocolate | #D2691E | 210, 105, 30 | Named shade |
| cornsilk | #FFF8DC | 255, 248, 220 | Named shade |
| darkgoldenrod | #B8860B | 184, 134, 11 | Dark shade |
Key distinctions behind the tool.
The CSS named color tan is #D2B48C, equal to rgb(210, 180, 140) and hsl(34°, 44%, 69%).
Tan is a mid sandy brown. Wheat is lighter and yellower.
White, olive, and navy sit well with tan. Terracotta accents add warmth. Always check text contrast.
Tan text on white usually fails AA—use dark brown/charcoal on tan backgrounds.
Use color: tan;, color: #D2B48C;, or color: rgb(210, 180, 140); on any property that accepts a <color> value, including background-color and border-color.