Tan
#E7C865
YellowColor Codes
All color formats for development
HEX
#E7C865RGB
rgb(231, 200, 101)HSL
hsl(46, 73%, 65%)OKLCH
oklch(0.84 0.124 92.2)CMYK
cmyk(0%, 13%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2BE48
2#DEB42B
3#C9A11F
4#AC8A1B
5#8F7316
6#735C12
7#56450D
8#392E09
9#1D1704
Tints
Lighter variations
1#E9CE74
2#ECD383
3#EED993
4#F1DEA2
5#F3E4B2
6#F5E9C1
7#F8EFD1
8#FAF4E0
9#FDFAF0
Tones
Muted variations
1#E0C56B
2#DAC272
3#D3BE78
4#CDBB7F
5#C6B785
6#C0B48C
7#B9B092
8#B3AD99
9#ACA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E7C8 #E7C865 | Disabled statesSecondary iconsMuted text |
| 500 | E0B9 #E0B938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C29C #C29C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E59 #6E5911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4739 #47390B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF4E0;
--tan-200: #F6EBC6;
--tan-300: #EFDB9A;
--tan-400: #E7C865;
--tan-500: #E0B938;
--tan-600: #C29C1E;
--tan-700: #9A7C18;
--tan-800: #6E5911;
--tan-900: #47390B;
--tan-950: #2C2307;
}