Tan
#EFB09A
OrangeColor Codes
All color formats for development
HEX
#EFB09ARGB
rgb(239, 176, 154)HSL
hsl(16, 73%, 77%)OKLCH
oklch(0.81 0.08 40.1)CMYK
cmyk(0%, 26%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA9678
2#E57C56
3#DF6134
4#CC4E20
5#AA411B
6#883415
7#662710
8#441A0B
9#220D05
Tints
Lighter variations
1#F1B8A4
2#F2C0AE
3#F4C8B8
4#F5D0C2
5#F7D8CC
6#F9E0D6
7#FAE7E1
8#FCEFEB
9#FDF7F5
Tones
Muted variations
1#EBB29E
2#E7B4A2
3#E2B6A6
4#DEB8AB
5#DABAAF
6#D5BCB3
7#D1BEB8
8#CDC0BC
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE7 #FAE7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D3 #F6D3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB0 #EFB09A | BordersInactive statesPlaceholder text |
| 400 | E787 #E78765 | Disabled statesSecondary iconsMuted text |
| 500 | E065 #E06538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C24A #C24A1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A3B #9A3B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E2A #6E2A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 471B #471B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C11 #2C1107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF5F2;
--tan-100: #FAE7E0;
--tan-200: #F6D3C6;
--tan-300: #EFB09A;
--tan-400: #E78765;
--tan-500: #E06538;
--tan-600: #C24A1E;
--tan-700: #9A3B18;
--tan-800: #6E2A11;
--tan-900: #471B0B;
--tan-950: #2C1107;
}