Tan
#E7BB65
OrangeColor Codes
All color formats for development
HEX
#E7BB65RGB
rgb(231, 187, 101)HSL
hsl(40, 73%, 65%)OKLCH
oklch(0.814 0.116 82.6)CMYK
cmyk(0%, 19%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2AF48
2#DEA22B
3#C9901F
4#AC7C1B
5#8F6716
6#735212
7#563E0D
8#392909
9#1D1504
Tints
Lighter variations
1#E9C274
2#ECC983
3#EED093
4#F1D6A2
5#F3DDB2
6#F5E4C1
7#F8EBD1
8#FAF1E0
9#FDF8F0
Tones
Muted variations
1#E0B96B
2#DAB772
3#D3B578
4#CDB37F
5#C6B185
6#C0AE8C
7#B9AC92
8#B3AA99
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E6 #F6E6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD3 #EFD39A | BordersInactive statesPlaceholder text |
| 400 | E7BB #E7BB65 | Disabled statesSecondary iconsMuted text |
| 500 | E0A8 #E0A838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28C #C28C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6F #9A6F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4F #6E4F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330B | 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: #FAF1E0;
--tan-200: #F6E6C6;
--tan-300: #EFD39A;
--tan-400: #E7BB65;
--tan-500: #E0A838;
--tan-600: #C28C1E;
--tan-700: #9A6F18;
--tan-800: #6E4F11;
--tan-900: #47330B;
--tan-950: #2C2007;
}