Tan
#ECC45F
OrangeColor Codes
All color formats for development
HEX
#ECC45FRGB
rgb(236, 196, 95)HSL
hsl(43, 79%, 65%)OKLCH
oklch(0.836 0.128 87.8)CMYK
cmyk(0%, 17%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9B942
2#E5AF24
3#D09C18
4#B28515
5#946F11
6#77590E
7#59430A
8#3B2C07
9#1E1603
Tints
Lighter variations
1#EECA6F
2#F0D07F
3#F2D68F
4#F4DC9F
5#F6E2AF
6#F8E8BF
7#F9EDCF
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E5C166
2#DEBE6D
3#D7BB74
4#D0B87B
5#C9B582
6#C2B28A
7#BBAF91
8#B4AC98
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D8 #F3D896 | BordersInactive statesPlaceholder text |
| 400 | ECC4 #ECC45F | Disabled statesSecondary iconsMuted text |
| 500 | E7B4 #E7B432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C997 #C99718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A078 #A07813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7256 #72560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF3DF;
--tan-200: #F8E9C4;
--tan-300: #F3D896;
--tan-400: #ECC45F;
--tan-500: #E7B432;
--tan-600: #C99718;
--tan-700: #A07813;
--tan-800: #72560D;
--tan-900: #493709;
--tan-950: #2E2205;
}