Tan
#E7C665
YellowColor Codes
All color formats for development
HEX
#E7C665RGB
rgb(231, 198, 101)HSL
hsl(45, 73%, 65%)OKLCH
oklch(0.836 0.122 90.8)CMYK
cmyk(0%, 14%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2BC48
2#DEB12B
3#C99E1F
4#AC881B
5#8F7116
6#735A12
7#56440D
8#392D09
9#1D1704
Tints
Lighter variations
1#E9CC74
2#ECD283
3#EED793
4#F1DDA2
5#F3E3B2
6#F5E8C1
7#F8EED1
8#FAF4E0
9#FDF9F0
Tones
Muted variations
1#E0C36B
2#DAC072
3#D3BD78
4#CDB97F
5#C6B685
6#C0B38C
7#B9B092
8#B3AC99
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 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | 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: #F6EAC6;
--tan-300: #EFDA9A;
--tan-400: #E7C665;
--tan-500: #E0B638;
--tan-600: #C2991E;
--tan-700: #9A7A18;
--tan-800: #6E5711;
--tan-900: #47380B;
--tan-950: #2C2307;
}