Tan
#EEB75D
OrangeColor Codes
All color formats for development
HEX
#EEB75DRGB
rgb(238, 183, 93)HSL
hsl(37, 81%, 65%)OKLCH
oklch(0.812 0.125 77.8)CMYK
cmyk(0%, 23%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBA93F
2#E89C21
3#D28A16
4#B47613
5#966310
6#784F0D
7#5A3B09
8#3C2706
9#1E1403
Tints
Lighter variations
1#F0BE6E
2#F1C57E
3#F3CC8E
4#F5D49E
5#F7DBAE
6#F8E2BE
7#FAE9CF
8#FCF1DF
9#FDF8EF
Tones
Muted variations
1#E7B565
2#E0B36C
3#D8B273
4#D1B07A
5#CAAE82
6#C3AC89
7#BBAB90
8#B4A997
9#ADA79F
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 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CF #F4CF95 | BordersInactive statesPlaceholder text |
| 400 | EEB7 #EEB75D | Disabled statesSecondary iconsMuted text |
| 500 | E9A2 #E9A22F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB85 #CB8515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DF;
--tan-200: #F9E4C3;
--tan-300: #F4CF95;
--tan-400: #EEB75D;
--tan-500: #E9A22F;
--tan-600: #CB8515;
--tan-700: #A26A11;
--tan-800: #734C0C;
--tan-900: #4A3108;
--tan-950: #2E1E05;
}