Tan
#E9B163
OrangeColor Codes
All color formats for development
HEX
#E9B163RGB
rgb(233, 177, 99)HSL
hsl(35, 75%, 65%)OKLCH
oklch(0.796 0.116 73.9)CMYK
cmyk(0%, 24%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5A246
2#E09429
3#CB831D
4#AE7019
5#915D15
6#744B11
7#57380C
8#3A2508
9#1D1304
Tints
Lighter variations
1#EBB972
2#EDC182
3#EFC892
4#F2D0A1
5#F4D8B1
6#F6E0C1
7#F8E8D0
8#FBEFE0
9#FDF7EF
Tones
Muted variations
1#E2B06A
2#DBAF70
3#D5AE77
4#CEAC7E
5#C7AB84
6#C1AA8B
7#BAA992
8#B3A898
9#ACA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0CC #F0CC98 | BordersInactive statesPlaceholder text |
| 400 | E9B1 #E9B163 | Disabled statesSecondary iconsMuted text |
| 500 | E29B #E29B36 | Primary brand colorCTAsActive elementsLinks |
| 600 | C47E #C47E1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C64 #9C6416 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #704810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472E #472E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F2;
--tan-100: #FBEFE0;
--tan-200: #F7E2C5;
--tan-300: #F0CC98;
--tan-400: #E9B163;
--tan-500: #E29B36;
--tan-600: #C47E1C;
--tan-700: #9C6416;
--tan-800: #704810;
--tan-900: #472E0A;
--tan-950: #2D1D06;
}