Tan
#EFC15D
OrangeColor Codes
All color formats for development
HEX
#EFC15DRGB
rgb(239, 193, 93)HSL
hsl(41, 82%, 65%)OKLCH
oklch(0.833 0.129 84.5)CMYK
cmyk(0%, 19%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB53E
2#E9A920
3#D39715
4#B58112
5#976C0F
6#79560C
7#5A4109
8#3C2B06
9#1E1603
Tints
Lighter variations
1#F1C76D
2#F2CD7D
3#F4D38D
4#F5DA9E
5#F7E0AE
6#F9E6BE
7#FAECCE
8#FCF3DF
9#FDF9EF
Tones
Muted variations
1#E8BE64
2#E0BB6B
3#D9B973
4#D2B67A
5#CAB381
6#C3B088
7#BCAE90
8#B4AB97
9#ADA89E
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 | F9E8 #F9E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D6 #F4D694 | BordersInactive statesPlaceholder text |
| 400 | EFC1 #EFC15D | Disabled statesSecondary iconsMuted text |
| 500 | EAAF #EAAF2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC92 #CC9214 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A274 #A27410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7453 #74530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A35 #4A3507 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEFAF1;
--tan-100: #FCF3DF;
--tan-200: #F9E8C3;
--tan-300: #F4D694;
--tan-400: #EFC15D;
--tan-500: #EAAF2E;
--tan-600: #CC9214;
--tan-700: #A27410;
--tan-800: #74530B;
--tan-900: #4A3507;
--tan-950: #2E2105;
}