Tan
#EEBB5D
OrangeColor Codes
All color formats for development
HEX
#EEBB5DRGB
rgb(238, 187, 93)HSL
hsl(39, 81%, 65%)OKLCH
oklch(0.82 0.126 80.7)CMYK
cmyk(0%, 21%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBAF3F
2#E8A221
3#D29016
4#B47C13
5#966710
6#78520D
7#5A3E09
8#3C2906
9#1E1503
Tints
Lighter variations
1#F0C26E
2#F1C97E
3#F3D08E
4#F5D69E
5#F7DDAE
6#F8E4BE
7#FAEBCF
8#FCF1DF
9#FDF8EF
Tones
Muted variations
1#E7B965
2#E0B76C
3#D8B573
4#D1B37A
5#CAB182
6#C3AE89
7#BBAC90
8#B4AA97
9#ADA89F
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 | F9E6 #F9E6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D3 #F4D395 | BordersInactive statesPlaceholder text |
| 400 | EEBB #EEBB5D | Disabled statesSecondary iconsMuted text |
| 500 | E9A8 #E9A82F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB8B #CB8B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26F #A26F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734F #734F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A33 #4A3308 | 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: #FCF1DF;
--tan-200: #F9E6C3;
--tan-300: #F4D395;
--tan-400: #EEBB5D;
--tan-500: #E9A82F;
--tan-600: #CB8B15;
--tan-700: #A26F11;
--tan-800: #734F0C;
--tan-900: #4A3308;
--tan-950: #2E2005;
}