Tan
#EEC35D
OrangeColor Codes
All color formats for development
HEX
#EEC35DRGB
rgb(238, 195, 93)HSL
hsl(42, 81%, 65%)OKLCH
oklch(0.836 0.129 86.4)CMYK
cmyk(0%, 18%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBB73F
2#E8AC21
3#D29A16
4#B48413
5#966E10
6#78580D
7#5A4209
8#3C2C06
9#1E1603
Tints
Lighter variations
1#F0C96E
2#F1CF7E
3#F3D58E
4#F5DB9E
5#F7E1AE
6#F8E7BE
7#FAEDCF
8#FCF3DF
9#FDF9EF
Tones
Muted variations
1#E7C065
2#E0BD6C
3#D8BA73
4#D1B77A
5#CAB482
6#C3B189
7#BBAE90
8#B4AC97
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D7 #F4D795 | BordersInactive statesPlaceholder text |
| 400 | EEC3 #EEC35D | Disabled statesSecondary iconsMuted text |
| 500 | E9B1 #E9B12F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB95 #CB9515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A276 #A27611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A36 #4A3608 | 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: #FEFAF1;
--tan-100: #FCF3DF;
--tan-200: #F9E9C3;
--tan-300: #F4D795;
--tan-400: #EEC35D;
--tan-500: #E9B12F;
--tan-600: #CB9515;
--tan-700: #A27611;
--tan-800: #73540C;
--tan-900: #4A3608;
--tan-950: #2E2205;
}