Tan
#EFB75D
OrangeColor Codes
All color formats for development
HEX
#EFB75DRGB
rgb(239, 183, 93)HSL
hsl(37, 82%, 65%)OKLCH
oklch(0.813 0.125 77.3)CMYK
cmyk(0%, 23%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECA93E
2#E99C20
3#D38A15
4#B57612
5#97630F
6#794F0C
7#5A3B09
8#3C2706
9#1E1403
Tints
Lighter variations
1#F1BE6D
2#F2C57D
3#F4CC8D
4#F5D49E
5#F7DBAE
6#F9E2BE
7#FAE9CE
8#FCF1DF
9#FDF8EF
Tones
Muted variations
1#E8B564
2#E0B36B
3#D9B273
4#D2B07A
5#CAAE81
6#C3AD88
7#BCAB90
8#B4A997
9#ADA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D0 #F4D094 | BordersInactive statesPlaceholder text |
| 400 | EFB7 #EFB75D | Disabled statesSecondary iconsMuted text |
| 500 | EAA2 #EAA22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC86 #CC8614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744C #744C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DF;
--tan-200: #F9E4C3;
--tan-300: #F4D094;
--tan-400: #EFB75D;
--tan-500: #EAA22E;
--tan-600: #CC8614;
--tan-700: #A26A10;
--tan-800: #744C0B;
--tan-900: #4A3107;
--tan-950: #2E1E05;
}