Tan
#EEB45D
OrangeColor Codes
All color formats for development
HEX
#EEB45DRGB
rgb(238, 180, 93)HSL
hsl(36, 81%, 65%)OKLCH
oklch(0.807 0.124 75.5)CMYK
cmyk(0%, 24%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBA63F
2#E89821
3#D28716
4#B47413
5#966010
6#784D0D
7#5A3A09
8#3C2706
9#1E1303
Tints
Lighter variations
1#F0BC6E
2#F1C37E
3#F3CB8E
4#F5D29E
5#F7DAAE
6#F8E1BE
7#FAE9CF
8#FCF0DF
9#FDF8EF
Tones
Muted variations
1#E7B365
2#E0B16C
3#D8B073
4#D1AE7A
5#CAAD82
6#C3AC89
7#BBAA90
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 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CE #F4CE95 | BordersInactive statesPlaceholder text |
| 400 | EEB4 #EEB45D | Disabled statesSecondary iconsMuted text |
| 500 | E99F #E99F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB82 #CB8215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A268 #A26811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734A #734A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2F #4A2F08 | 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: #FCF0DF;
--tan-200: #F9E3C3;
--tan-300: #F4CE95;
--tan-400: #EEB45D;
--tan-500: #E99F2F;
--tan-600: #CB8215;
--tan-700: #A26811;
--tan-800: #734A0C;
--tan-900: #4A2F08;
--tan-950: #2E1E05;
}