Tan
#EEBE5D
OrangeColor Codes
All color formats for development
HEX
#EEBE5DRGB
rgb(238, 190, 93)HSL
hsl(40, 81%, 65%)OKLCH
oklch(0.826 0.127 82.9)CMYK
cmyk(0%, 20%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBB23F
2#E8A621
3#D29316
4#B47E13
5#966910
6#78540D
7#5A3F09
8#3C2A06
9#1E1503
Tints
Lighter variations
1#F0C46E
2#F1CB7E
3#F3D18E
4#F5D89E
5#F7DEAE
6#F8E5BE
7#FAEBCF
8#FCF2DF
9#FDF8EF
Tones
Muted variations
1#E7BB65
2#E0B96C
3#D8B773
4#D1B47A
5#CAB282
6#C3AF89
7#BBAD90
8#B4AB97
9#ADA89F
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 #F4D495 | BordersInactive statesPlaceholder text |
| 400 | EEBE #EEBE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9AB #E9AB2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB8E #CB8E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A271 #A27111 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7351 #73510C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A34 #4A3408 | 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: #F4D495;
--tan-400: #EEBE5D;
--tan-500: #E9AB2F;
--tan-600: #CB8E15;
--tan-700: #A27111;
--tan-800: #73510C;
--tan-900: #4A3408;
--tan-950: #2E2005;
}