Tan
#EFBE5D
OrangeColor Codes
All color formats for development
HEX
#EFBE5DRGB
rgb(239, 190, 93)HSL
hsl(40, 82%, 65%)OKLCH
oklch(0.827 0.127 82.4)CMYK
cmyk(0%, 21%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB23E
2#E9A620
3#D39415
4#B57F12
5#976A0F
6#79540C
7#5A3F09
8#3C2A06
9#1E1503
Tints
Lighter variations
1#F1C56D
2#F2CB7D
3#F4D28D
4#F5D89E
5#F7DFAE
6#F9E5BE
7#FAECCE
8#FCF2DF
9#FDF9EF
Tones
Muted variations
1#E8BC64
2#E0B96B
3#D9B773
4#D2B47A
5#CAB281
6#C3B088
7#BCAD90
8#B4AB97
9#ADA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E7 #F9E7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D4 #F4D494 | BordersInactive statesPlaceholder text |
| 400 | EFBE #EFBE5D | Disabled statesSecondary iconsMuted text |
| 500 | EAAC #EAAC2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC8F #CC8F14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A272 #A27210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7451 #74510B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A34 #4A3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF2DF;
--tan-200: #F9E7C3;
--tan-300: #F4D494;
--tan-400: #EFBE5D;
--tan-500: #EAAC2E;
--tan-600: #CC8F14;
--tan-700: #A27210;
--tan-800: #74510B;
--tan-900: #4A3407;
--tan-950: #2E2005;
}