Tan
#EAC562
OrangeColor Codes
All color formats for development
HEX
#EAC562RGB
rgb(234, 197, 98)HSL
hsl(44, 76%, 65%)OKLCH
oklch(0.836 0.125 89)CMYK
cmyk(0%, 16%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6BB45
2#E2B028
3#CC9D1C
4#AF8718
5#927014
6#755A10
7#58430C
8#3A2D08
9#1D1604
Tints
Lighter variations
1#ECCB72
2#EED181
3#F0D791
4#F2DCA1
5#F4E2B0
6#F6E8C0
7#F9EED0
8#FBF3E0
9#FDF9EF
Tones
Muted variations
1#E3C269
2#DCBF6F
3#D5BC76
4#CEB97D
5#C8B684
6#C1B28B
7#BAAF91
8#B3AC98
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D9 #F1D998 | BordersInactive statesPlaceholder text |
| 400 | EAC5 #EAC562 | Disabled statesSecondary iconsMuted text |
| 500 | E3B5 #E3B535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C598 #C5981B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D79 #9D7915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7056 #70560F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4837 #48370A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FBF3E0;
--tan-200: #F7EAC5;
--tan-300: #F1D998;
--tan-400: #EAC562;
--tan-500: #E3B535;
--tan-600: #C5981B;
--tan-700: #9D7915;
--tan-800: #70560F;
--tan-900: #48370A;
--tan-950: #2D2306;
}