Tan
#EEB95D
OrangeColor Codes
All color formats for development
HEX
#EEB95DRGB
rgb(238, 185, 93)HSL
hsl(38, 81%, 65%)OKLCH
oklch(0.816 0.125 79.3)CMYK
cmyk(0%, 22%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBAC3F
2#E89F21
3#D28D16
4#B47913
5#966510
6#78510D
7#5A3C09
8#3C2806
9#1E1403
Tints
Lighter variations
1#F0C06E
2#F1C77E
3#F3CE8E
4#F5D59E
5#F7DCAE
6#F8E3BE
7#FAEACF
8#FCF1DF
9#FDF8EF
Tones
Muted variations
1#E7B765
2#E0B56C
3#D8B373
4#D1B17A
5#CAAF82
6#C3AD89
7#BBAC90
8#B4AA97
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D195 | BordersInactive statesPlaceholder text |
| 400 | EEB9 #EEB95D | Disabled statesSecondary iconsMuted text |
| 500 | E9A5 #E9A52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB88 #CB8815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734E #734E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DF;
--tan-200: #F9E5C3;
--tan-300: #F4D195;
--tan-400: #EEB95D;
--tan-500: #E9A52F;
--tan-600: #CB8815;
--tan-700: #A26D11;
--tan-800: #734E0C;
--tan-900: #4A3208;
--tan-950: #2E1F05;
}