Tan
#EDB65E
OrangeColor Codes
All color formats for development
HEX
#EDB65ERGB
rgb(237, 182, 94)HSL
hsl(37, 80%, 65%)OKLCH
oklch(0.809 0.123 77.3)CMYK
cmyk(0%, 23%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA941
2#E79B23
3#D18A17
4#B37614
5#956211
6#774F0D
7#5A3B0A
8#3C2707
9#1E1403
Tints
Lighter variations
1#EFBE6E
2#F1C57E
3#F3CC8F
4#F4D39F
5#F6DBAF
6#F8E2BF
7#FAE9CF
8#FBF0DF
9#FDF8EF
Tones
Muted variations
1#E6B565
2#DFB36D
3#D8B174
4#D1B07B
5#C9AE82
6#C2AC89
7#BBAB90
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 | F8E4 #F8E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CF #F3CF95 | BordersInactive statesPlaceholder text |
| 400 | EDB6 #EDB65E | Disabled statesSecondary iconsMuted text |
| 500 | E8A2 #E8A230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA85 #CA8516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16A #A16A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493008 | 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: #F8E4C3;
--tan-300: #F3CF95;
--tan-400: #EDB65E;
--tan-500: #E8A230;
--tan-600: #CA8516;
--tan-700: #A16A12;
--tan-800: #734C0D;
--tan-900: #493008;
--tan-950: #2E1E05;
}