Tan
#E7BE65
OrangeColor Codes
All color formats for development
HEX
#E7BE65RGB
rgb(231, 190, 101)HSL
hsl(41, 73%, 65%)OKLCH
oklch(0.82 0.118 84.9)CMYK
cmyk(0%, 18%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2B248
2#DEA52B
3#C9931F
4#AC7E1B
5#8F6916
6#735412
7#563F0D
8#392A09
9#1D1504
Tints
Lighter variations
1#E9C474
2#ECCB83
3#EED193
4#F1D8A2
5#F3DEB2
6#F5E5C1
7#F8EBD1
8#FAF2E0
9#FDF8F0
Tones
Muted variations
1#E0BB6B
2#DAB972
3#D3B678
4#CDB47F
5#C6B285
6#C0AF8C
7#B9AD92
8#B3AB99
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD4 #EFD49A | BordersInactive statesPlaceholder text |
| 400 | E7BE #E7BE65 | Disabled statesSecondary iconsMuted text |
| 500 | E0AB #E0AB38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28E #C28E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A71 #9A7118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E51 #6E5111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4734 #47340B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FAF2E0;
--tan-200: #F6E7C6;
--tan-300: #EFD49A;
--tan-400: #E7BE65;
--tan-500: #E0AB38;
--tan-600: #C28E1E;
--tan-700: #9A7118;
--tan-800: #6E5111;
--tan-900: #47340B;
--tan-950: #2C2007;
}