Tan
#ECC25F
OrangeColor Codes
All color formats for development
HEX
#ECC25FRGB
rgb(236, 194, 95)HSL
hsl(42, 79%, 65%)OKLCH
oklch(0.832 0.127 86.4)CMYK
cmyk(0%, 18%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9B742
2#E5AB24
3#D09918
4#B28315
5#946D11
6#77570E
7#59410A
8#3B2C07
9#1E1603
Tints
Lighter variations
1#EEC86F
2#F0CE7F
3#F2D48F
4#F4DA9F
5#F6E0AF
6#F8E7BF
7#F9EDCF
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E5BF66
2#DEBC6D
3#D7B974
4#D0B77B
5#C9B482
6#C2B18A
7#BBAE91
8#B4AB98
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 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D796 | BordersInactive statesPlaceholder text |
| 400 | ECC2 #ECC25F | Disabled statesSecondary iconsMuted text |
| 500 | E7B1 #E7B132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C994 #C99418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A075 #A07513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7254 #72540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | 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: #F8E8C4;
--tan-300: #F3D796;
--tan-400: #ECC25F;
--tan-500: #E7B132;
--tan-600: #C99418;
--tan-700: #A07513;
--tan-800: #72540D;
--tan-900: #493609;
--tan-950: #2E2205;
}