Tan
#EAB662
OrangeColor Codes
All color formats for development
HEX
#EAB662RGB
rgb(234, 182, 98)HSL
hsl(37, 76%, 65%)OKLCH
oklch(0.807 0.118 77.8)CMYK
cmyk(0%, 22%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6A845
2#E29A28
3#CC891C
4#AF7518
5#926214
6#754E10
7#583B0C
8#3A2708
9#1D1404
Tints
Lighter variations
1#ECBD72
2#EEC481
3#F0CC91
4#F2D3A1
5#F4DAB0
6#F6E2C0
7#F9E9D0
8#FBF0E0
9#FDF8EF
Tones
Muted variations
1#E3B469
2#DCB26F
3#D5B176
4#CEAF7D
5#C8AE84
6#C1AC8B
7#BAAA91
8#B3A998
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E4 #F7E4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CF #F1CF98 | BordersInactive statesPlaceholder text |
| 400 | EAB6 #EAB662 | Disabled statesSecondary iconsMuted text |
| 500 | E3A1 #E3A135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C584 #C5841B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D69 #9D6915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704B #704B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4830 #48300A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1E #2D1E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FBF0E0;
--tan-200: #F7E4C5;
--tan-300: #F1CF98;
--tan-400: #EAB662;
--tan-500: #E3A135;
--tan-600: #C5841B;
--tan-700: #9D6915;
--tan-800: #704B0F;
--tan-900: #48300A;
--tan-950: #2D1E06;
}