Tan
#EABA62
OrangeColor Codes
All color formats for development
HEX
#EABA62RGB
rgb(234, 186, 98)HSL
hsl(39, 76%, 65%)OKLCH
oklch(0.815 0.12 80.9)CMYK
cmyk(0%, 21%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6AD45
2#E2A128
3#CC8E1C
4#AF7A18
5#926614
6#755110
7#583D0C
8#3A2908
9#1D1404
Tints
Lighter variations
1#ECC172
2#EEC881
3#F0CF91
4#F2D6A1
5#F4DDB0
6#F6E3C0
7#F9EAD0
8#FBF1E0
9#FDF8EF
Tones
Muted variations
1#E3B869
2#DCB66F
3#D5B476
4#CEB27D
5#C8B084
6#C1AE8B
7#BAAC91
8#B3AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E5 #F7E5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D2 #F1D298 | BordersInactive statesPlaceholder text |
| 400 | EABA #EABA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A6 #E3A635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58A #C58A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6E #9D6E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704E #704E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4832 #48320A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FBF1E0;
--tan-200: #F7E5C5;
--tan-300: #F1D298;
--tan-400: #EABA62;
--tan-500: #E3A635;
--tan-600: #C58A1B;
--tan-700: #9D6E15;
--tan-800: #704E0F;
--tan-900: #48320A;
--tan-950: #2D1F06;
}