Tan
#EAC362
OrangeColor Codes
All color formats for development
HEX
#EAC362RGB
rgb(234, 195, 98)HSL
hsl(43, 76%, 65%)OKLCH
oklch(0.832 0.124 87.6)CMYK
cmyk(0%, 17%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6B845
2#E2AD28
3#CC9A1C
4#AF8418
5#926E14
6#755810
7#58420C
8#3A2C08
9#1D1604
Tints
Lighter variations
1#ECC972
2#EECF81
3#F0D591
4#F2DBA1
5#F4E1B0
6#F6E7C0
7#F9EDD0
8#FBF3E0
9#FDF9EF
Tones
Muted variations
1#E3C069
2#DCBD6F
3#D5BA76
4#CEB77D
5#C8B484
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 | F7E9 #F7E9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D8 #F1D898 | BordersInactive statesPlaceholder text |
| 400 | EAC3 #EAC362 | Disabled statesSecondary iconsMuted text |
| 500 | E3B2 #E3B235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C595 #C5951B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D77 #9D7715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7055 #70550F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4836 #48360A | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FBF3E0;
--tan-200: #F7E9C5;
--tan-300: #F1D898;
--tan-400: #EAC362;
--tan-500: #E3B235;
--tan-600: #C5951B;
--tan-700: #9D7715;
--tan-800: #70550F;
--tan-900: #48360A;
--tan-950: #2D2206;
}