Tan
#ABA4A0
GrayColor Codes
All color formats for development
HEX
#ABA4A0RGB
rgb(171, 164, 160)HSL
hsl(22, 6%, 65%)OKLCH
oklch(0.723 0.01 52)CMYK
cmyk(0%, 4%, 6%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C938F
2#8C837D
3#7B726D
4#69625D
5#58524E
6#46413E
7#35312F
8#23211F
9#121010
Tints
Lighter variations
1#B3ADAA
2#BCB6B3
3#C4C0BD
4#CDC9C6
5#D5D2D0
6#DDDBD9
7#E6E4E3
8#EEEDEC
9#F7F6F6
Tones
Muted variations
1#ABA4A1
2#AAA5A1
3#A9A5A2
4#A9A5A3
5#A8A5A3
6#A8A5A4
7#A7A5A4
8#A7A5A5
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C3 #C8C3C1 | BordersInactive statesPlaceholder text |
| 400 | ABA4 #ABA4A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938A #938A85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776E #776E69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F58 #5F5854 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | 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: #E0DDDC;
--tan-300: #C8C3C1;
--tan-400: #ABA4A0;
--tan-500: #938A85;
--tan-600: #776E69;
--tan-700: #5F5854;
--tan-800: #443F3C;
--tan-900: #2B2826;
--tan-950: #1B1918;
}