Tan
#E9BC63
OrangeColor Codes
All color formats for development
HEX
#E9BC63RGB
rgb(233, 188, 99)HSL
hsl(40, 75%, 65%)OKLCH
oklch(0.818 0.119 82.8)CMYK
cmyk(0%, 19%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5B046
2#E0A329
3#CB911D
4#AE7C19
5#916815
6#745311
7#573E0C
8#3A2908
9#1D1504
Tints
Lighter variations
1#EBC372
2#EDC982
3#EFD092
4#F2D7A1
5#F4DEB1
6#F6E4C1
7#F8EBD0
8#FBF2E0
9#FDF8EF
Tones
Muted variations
1#E2BA6A
2#DBB870
3#D5B577
4#CEB37E
5#C7B184
6#C1AF8B
7#BAAC92
8#B3AA98
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0D3 #F0D398 | BordersInactive statesPlaceholder text |
| 400 | E9BC #E9BC63 | Disabled statesSecondary iconsMuted text |
| 500 | E2A9 #E2A936 | Primary brand colorCTAsActive elementsLinks |
| 600 | C48C #C48C1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C70 #9C7016 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #705010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F2;
--tan-100: #FBF2E0;
--tan-200: #F7E6C5;
--tan-300: #F0D398;
--tan-400: #E9BC63;
--tan-500: #E2A936;
--tan-600: #C48C1C;
--tan-700: #9C7016;
--tan-800: #705010;
--tan-900: #47330A;
--tan-950: #2D2006;
}