Tan
#EAC661
OrangeColor Codes
All color formats for development
HEX
#EAC661RGB
rgb(234, 198, 97)HSL
hsl(44, 77%, 65%)OKLCH
oklch(0.838 0.126 89.9)CMYK
cmyk(0%, 15%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7BB44
2#E3B126
3#CD9E1B
4#B08717
5#937113
6#755A0F
7#58440B
8#3B2D08
9#1D1704
Tints
Lighter variations
1#EDCC71
2#EFD181
3#F1D790
4#F3DDA0
5#F5E2B0
6#F7E8C0
7#F9EED0
8#FBF4DF
9#FDF9EF
Tones
Muted variations
1#E4C368
2#DDBF6F
3#D6BC76
4#CFB97D
5#C8B683
6#C1B38A
7#BAAF91
8#B3AC98
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D9 #F2D997 | BordersInactive statesPlaceholder text |
| 400 | EAC6 #EAC661 | Disabled statesSecondary iconsMuted text |
| 500 | E5B5 #E5B534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C799 #C7991A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E79 #9E7915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7157 #71570F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4837 #483709 | 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: #FDFAF1;
--tan-100: #FBF4DF;
--tan-200: #F7EAC4;
--tan-300: #F2D997;
--tan-400: #EAC661;
--tan-500: #E5B534;
--tan-600: #C7991A;
--tan-700: #9E7915;
--tan-800: #71570F;
--tan-900: #483709;
--tan-950: #2D2306;
}