Tan
#EFB95D
OrangeColor Codes
All color formats for development
HEX
#EFB95DRGB
rgb(239, 185, 93)HSL
hsl(38, 82%, 65%)OKLCH
oklch(0.817 0.126 78.8)CMYK
cmyk(0%, 23%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECAC3E
2#E99F20
3#D38D15
4#B57912
5#97650F
6#79510C
7#5A3D09
8#3C2806
9#1E1403
Tints
Lighter variations
1#F1C06D
2#F2C77D
3#F4CE8D
4#F5D59E
5#F7DCAE
6#F9E3BE
7#FAEACE
8#FCF1DF
9#FDF8EF
Tones
Muted variations
1#E8B764
2#E0B56B
3#D9B373
4#D2B17A
5#CAB081
6#C3AE88
7#BCAC90
8#B4AA97
9#ADA89E
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 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D194 | BordersInactive statesPlaceholder text |
| 400 | EFB9 #EFB95D | Disabled statesSecondary iconsMuted text |
| 500 | EAA5 #EAA52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC89 #CC8914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744E #744E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DF;
--tan-200: #F9E5C3;
--tan-300: #F4D194;
--tan-400: #EFB95D;
--tan-500: #EAA52E;
--tan-600: #CC8914;
--tan-700: #A26D10;
--tan-800: #744E0B;
--tan-900: #4A3207;
--tan-950: #2E1F05;
}