Tan
#EEC05D
OrangeColor Codes
All color formats for development
HEX
#EEC05DRGB
rgb(238, 192, 93)HSL
hsl(41, 81%, 65%)OKLCH
oklch(0.83 0.128 84.3)CMYK
cmyk(0%, 19%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBB53F
2#E8A921
3#D29616
4#B48113
5#966B10
6#78560D
7#5A4009
8#3C2B06
9#1E1503
Tints
Lighter variations
1#F0C76E
2#F1CD7E
3#F3D38E
4#F5D99E
5#F7E0AE
6#F8E6BE
7#FAECCF
8#FCF2DF
9#FDF9EF
Tones
Muted variations
1#E7BE65
2#E0BB6C
3#D8B873
4#D1B67A
5#CAB382
6#C3B089
7#BBAE90
8#B4AB97
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E8 #F9E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D6 #F4D695 | BordersInactive statesPlaceholder text |
| 400 | EEC0 #EEC05D | Disabled statesSecondary iconsMuted text |
| 500 | E9AE #E9AE2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB92 #CB9215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A274 #A27411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7353 #73530C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A35 #4A3508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEFAF1;
--tan-100: #FCF2DF;
--tan-200: #F9E8C3;
--tan-300: #F4D695;
--tan-400: #EEC05D;
--tan-500: #E9AE2F;
--tan-600: #CB9215;
--tan-700: #A27411;
--tan-800: #73530C;
--tan-900: #4A3508;
--tan-950: #2E2105;
}