Tan
#EBB460
OrangeColor Codes
All color formats for development
HEX
#EBB460RGB
rgb(235, 180, 96)HSL
hsl(36, 78%, 65%)OKLCH
oklch(0.804 0.12 76.2)CMYK
cmyk(0%, 23%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8A643
2#E49825
3#CF861A
4#B17316
5#946012
6#764D0F
7#59390B
8#3B2607
9#1E1304
Tints
Lighter variations
1#EDBB70
2#EFC380
3#F1CA90
4#F3D2A0
5#F5D9B0
6#F7E1BF
7#F9E8CF
8#FBF0DF
9#FDF7EF
Tones
Muted variations
1#E4B267
2#DDB16E
3#D6AF75
4#D0AE7C
5#C9AD83
6#C2AB8A
7#BBAA91
8#B4A998
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E3 #F8E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CD #F2CD97 | BordersInactive statesPlaceholder text |
| 400 | EBB4 #EBB460 | Disabled statesSecondary iconsMuted text |
| 500 | E69E #E69E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C882 #C88219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F67 #9F6714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714A #714A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF0DF;
--tan-200: #F8E3C4;
--tan-300: #F2CD97;
--tan-400: #EBB460;
--tan-500: #E69E33;
--tan-600: #C88219;
--tan-700: #9F6714;
--tan-800: #714A0E;
--tan-900: #492F09;
--tan-950: #2D1D06;
}