Tan
#ECB95F
OrangeColor Codes
All color formats for development
HEX
#ECB95FRGB
rgb(236, 185, 95)HSL
hsl(38, 79%, 65%)OKLCH
oklch(0.814 0.123 79.8)CMYK
cmyk(0%, 22%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9AB42
2#E59E24
3#D08C18
4#B27815
5#946411
6#77500E
7#593C0A
8#3B2807
9#1E1403
Tints
Lighter variations
1#EEC06F
2#F0C77F
3#F2CE8F
4#F4D59F
5#F6DCAF
6#F8E3BF
7#F9EACF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E5B766
2#DEB56D
3#D7B374
4#D0B17B
5#C9AF82
6#C2AD8A
7#BBAB91
8#B4AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E5 #F8E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D1 #F3D196 | BordersInactive statesPlaceholder text |
| 400 | ECB9 #ECB95F | Disabled statesSecondary iconsMuted text |
| 500 | E7A4 #E7A432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C988 #C98818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A06C #A06C13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 724D #724D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4931 #493109 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF1DF;
--tan-200: #F8E5C4;
--tan-300: #F3D196;
--tan-400: #ECB95F;
--tan-500: #E7A432;
--tan-600: #C98818;
--tan-700: #A06C13;
--tan-800: #724D0D;
--tan-900: #493109;
--tan-950: #2E1F05;
}