Tan
#ABA7A0
GrayColor Codes
All color formats for development
HEX
#ABA7A0RGB
rgb(171, 167, 160)HSL
hsl(38, 6%, 65%)OKLCH
oklch(0.73 0.011 81.8)CMYK
cmyk(0%, 2%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C978F
2#8C877D
3#7B766D
4#69655D
5#58544E
6#46433E
7#35332F
8#23221F
9#121110
Tints
Lighter variations
1#B3B0AA
2#BCB9B3
3#C4C2BD
4#CDCAC6
5#D5D3D0
6#DDDCD9
7#E6E5E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#ABA7A1
2#AAA7A1
3#A9A7A2
4#A9A7A3
5#A8A6A3
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 | C8C5 #C8C5C1 | BordersInactive statesPlaceholder text |
| 400 | ABA7 #ABA7A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938E #938E85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7772 #777269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5B #5F5B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4441 #44413C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | 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: #C8C5C1;
--tan-400: #ABA7A0;
--tan-500: #938E85;
--tan-600: #777269;
--tan-700: #5F5B54;
--tan-800: #44413C;
--tan-900: #2B2926;
--tan-950: #1B1A18;
}