Tan
#ECB65F
OrangeColor Codes
All color formats for development
HEX
#ECB65FRGB
rgb(236, 182, 95)HSL
hsl(37, 79%, 65%)OKLCH
oklch(0.809 0.122 77.5)CMYK
cmyk(0%, 23%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9A942
2#E59B24
3#D08918
4#B27615
5#946211
6#774F0E
7#593B0A
8#3B2707
9#1E1403
Tints
Lighter variations
1#EEBD6F
2#F0C57F
3#F2CC8F
4#F4D39F
5#F6DBAF
6#F8E2BF
7#F9E9CF
8#FBF0DF
9#FDF8EF
Tones
Muted variations
1#E5B566
2#DEB36D
3#D7B174
4#D0B07B
5#C9AE82
6#C2AC8A
7#BBAB91
8#B4A998
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 #F8E4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CF #F3CF96 | BordersInactive statesPlaceholder text |
| 400 | ECB6 #ECB65F | Disabled statesSecondary iconsMuted text |
| 500 | E7A1 #E7A132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C985 #C98518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A06A #A06A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 724C #724C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493009 | 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: #F8E4C4;
--tan-300: #F3CF96;
--tan-400: #ECB65F;
--tan-500: #E7A132;
--tan-600: #C98518;
--tan-700: #A06A13;
--tan-800: #724C0D;
--tan-900: #493009;
--tan-950: #2E1E05;
}