Tan
#EDB45E
OrangeColor Codes
All color formats for development
HEX
#EDB45ERGB
rgb(237, 180, 94)HSL
hsl(36, 80%, 65%)OKLCH
oklch(0.806 0.123 75.7)CMYK
cmyk(0%, 24%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA641
2#E79823
3#D18717
4#B37314
5#956011
6#774D0D
7#5A3A0A
8#3C2607
9#1E1303
Tints
Lighter variations
1#EFBC6E
2#F1C37E
3#F3CB8F
4#F4D29F
5#F6DAAF
6#F8E1BF
7#FAE9CF
8#FBF0DF
9#FDF8EF
Tones
Muted variations
1#E6B365
2#DFB16D
3#D8B074
4#D1AE7B
5#C9AD82
6#C2AB89
7#BBAA90
8#B4A997
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E3 #F8E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CE #F3CE95 | BordersInactive statesPlaceholder text |
| 400 | EDB4 #EDB45E | Disabled statesSecondary iconsMuted text |
| 500 | E89F #E89F30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA82 #CA8216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A168 #A16812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734A #734A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F08 | 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: #FDF9F1;
--tan-100: #FBF0DF;
--tan-200: #F8E3C3;
--tan-300: #F3CE95;
--tan-400: #EDB45E;
--tan-500: #E89F30;
--tan-600: #CA8216;
--tan-700: #A16812;
--tan-800: #734A0D;
--tan-900: #492F08;
--tan-950: #2E1E05;
}