Tan
#ABA5A0
GrayColor Codes
All color formats for development
HEX
#ABA5A0RGB
rgb(171, 165, 160)HSL
hsl(27, 6%, 65%)OKLCH
oklch(0.725 0.01 62.5)CMYK
cmyk(0%, 4%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C958F
2#8C847D
3#7B736D
4#69635D
5#58524E
6#46423E
7#35312F
8#23211F
9#121010
Tints
Lighter variations
1#B3AEAA
2#BCB7B3
3#C4C0BD
4#CDC9C6
5#D5D2D0
6#DDDBD9
7#E6E4E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#ABA5A1
2#AAA5A1
3#A9A5A2
4#A9A5A3
5#A8A5A3
6#A8A6A4
7#A7A6A4
8#A7A6A5
9#A6A6A5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA5 #ABA5A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938C #938C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7770 #777069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #F8F7F7;
--tan-100: #EEEDEC;
--tan-200: #E0DEDC;
--tan-300: #C8C4C1;
--tan-400: #ABA5A0;
--tan-500: #938C85;
--tan-600: #777069;
--tan-700: #5F5954;
--tan-800: #443F3C;
--tan-900: #2B2926;
--tan-950: #1B1918;
}