Tan
#EFC35D
OrangeColor Codes
All color formats for development
HEX
#EFC35DRGB
rgb(239, 195, 93)HSL
hsl(42, 82%, 65%)OKLCH
oklch(0.836 0.13 85.9)CMYK
cmyk(0%, 18%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB83E
2#E9AD20
3#D39A15
4#B58412
5#976E0F
6#79580C
7#5A4209
8#3C2C06
9#1E1603
Tints
Lighter variations
1#F1C96D
2#F2CF7D
3#F4D58D
4#F5DB9E
5#F7E1AE
6#F9E7BE
7#FAEDCE
8#FCF3DF
9#FDF9EF
Tones
Muted variations
1#E8C064
2#E0BD6B
3#D9BA73
4#D2B77A
5#CAB481
6#C3B188
7#BCAF90
8#B4AC97
9#ADA99E
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 | F4D8 #F4D894 | BordersInactive statesPlaceholder text |
| 400 | EFC3 #EFC35D | Disabled statesSecondary iconsMuted text |
| 500 | EAB2 #EAB22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC95 #CC9514 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A277 #A27710 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7455 #74550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A36 #4A3607 | 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: #F4D894;
--tan-400: #EFC35D;
--tan-500: #EAB22E;
--tan-600: #CC9514;
--tan-700: #A27710;
--tan-800: #74550B;
--tan-900: #4A3607;
--tan-950: #2E2205;
}