Tan
#ECB45F
OrangeColor Codes
All color formats for development
HEX
#ECB45FRGB
rgb(236, 180, 95)HSL
hsl(36, 79%, 65%)OKLCH
oklch(0.805 0.121 76)CMYK
cmyk(0%, 24%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9A642
2#E59824
3#D08618
4#B27315
5#946011
6#774D0E
7#593A0A
8#3B2607
9#1E1303
Tints
Lighter variations
1#EEBB6F
2#F0C37F
3#F2CA8F
4#F4D29F
5#F6D9AF
6#F8E1BF
7#F9E8CF
8#FBF0DF
9#FDF7EF
Tones
Muted variations
1#E5B266
2#DEB16D
3#D7B074
4#D0AE7B
5#C9AD82
6#C2AB8A
7#BBAA91
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 | F8E3 #F8E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CE #F3CE96 | BordersInactive statesPlaceholder text |
| 400 | ECB4 #ECB45F | Disabled statesSecondary iconsMuted text |
| 500 | E79E #E79E32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C982 #C98218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A067 #A06713 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 724A #724A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F09 | 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: #F8E3C4;
--tan-300: #F3CE96;
--tan-400: #ECB45F;
--tan-500: #E79E32;
--tan-600: #C98218;
--tan-700: #A06713;
--tan-800: #724A0D;
--tan-900: #492F09;
--tan-950: #2E1E05;
}