Tan
#E9C763
YellowColor Codes
All color formats for development
HEX
#E9C763RGB
rgb(233, 199, 99)HSL
hsl(45, 75%, 65%)OKLCH
oklch(0.839 0.125 90.8)CMYK
cmyk(0%, 15%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5BD46
2#E0B329
3#CBA01D
4#AE8919
5#917215
6#745B11
7#57440C
8#3A2E08
9#1D1704
Tints
Lighter variations
1#EBCD72
2#EDD282
3#EFD892
4#F2DEA1
5#F4E3B1
6#F6E9C1
7#F8EED0
8#FBF4E0
9#FDF9EF
Tones
Muted variations
1#E2C46A
2#DBC170
3#D5BD77
4#CEBA7E
5#C7B684
6#C1B38B
7#BAB092
8#B3AC98
9#ACA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0DA #F0DA98 | BordersInactive statesPlaceholder text |
| 400 | E9C7 #E9C763 | Disabled statesSecondary iconsMuted text |
| 500 | E2B7 #E2B736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C49A #C49A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C7B #9C7B16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #705810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380A | 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: #FBF4E0;
--tan-200: #F7EAC5;
--tan-300: #F0DA98;
--tan-400: #E9C763;
--tan-500: #E2B736;
--tan-600: #C49A1C;
--tan-700: #9C7B16;
--tan-800: #705810;
--tan-900: #47380A;
--tan-950: #2D2306;
}