Tan
#ABA6A0
GrayColor Codes
All color formats for development
HEX
#ABA6A0RGB
rgb(171, 166, 160)HSL
hsl(33, 6%, 65%)OKLCH
oklch(0.728 0.01 72.6)CMYK
cmyk(0%, 3%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C968F
2#8C857D
3#7B756D
4#69645D
5#58534E
6#46433E
7#35322F
8#23211F
9#121110
Tints
Lighter variations
1#B3AFAA
2#BCB8B3
3#C4C1BD
4#CDCAC6
5#D5D3D0
6#DDDCD9
7#E6E4E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#ABA6A1
2#AAA6A1
3#A9A6A2
4#A9A6A3
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 | ABA6 #ABA6A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938D #938D85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7771 #777169 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5A #5F5A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4440 #44403C | 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: #ABA6A0;
--tan-500: #938D85;
--tan-600: #777169;
--tan-700: #5F5A54;
--tan-800: #44403C;
--tan-900: #2B2926;
--tan-950: #1B1A18;
}