Tan
#EFB45D
OrangeColor Codes
All color formats for development
HEX
#EFB45DRGB
rgb(239, 180, 93)HSL
hsl(36, 82%, 65%)OKLCH
oklch(0.808 0.125 75)CMYK
cmyk(0%, 25%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECA73E
2#E99920
3#D38715
4#B57412
5#97600F
6#794D0C
7#5A3A09
8#3C2706
9#1E1303
Tints
Lighter variations
1#F1BC6D
2#F2C37D
3#F4CB8D
4#F5D29E
5#F7DAAE
6#F9E1BE
7#FAE9CE
8#FCF0DF
9#FDF8EF
Tones
Muted variations
1#E8B364
2#E0B16B
3#D9B073
4#D2AF7A
5#CAAD81
6#C3AC88
7#BCAA90
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 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CE #F4CE94 | BordersInactive statesPlaceholder text |
| 400 | EFB4 #EFB45D | Disabled statesSecondary iconsMuted text |
| 500 | EA9F #EA9F2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC83 #CC8314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A268 #A26810 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744A #744A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2F #4A2F07 | 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: #FCF0DF;
--tan-200: #F9E3C3;
--tan-300: #F4CE94;
--tan-400: #EFB45D;
--tan-500: #EA9F2E;
--tan-600: #CC8314;
--tan-700: #A26810;
--tan-800: #744A0B;
--tan-900: #4A2F07;
--tan-950: #2E1E05;
}