Tan
#EBB660
OrangeColor Codes
All color formats for development
HEX
#EBB660RGB
rgb(235, 182, 96)HSL
hsl(37, 78%, 65%)OKLCH
oklch(0.808 0.12 77.8)CMYK
cmyk(0%, 23%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8A843
2#E49B25
3#CF891A
4#B17616
5#946212
6#764E0F
7#593B0B
8#3B2707
9#1E1404
Tints
Lighter variations
1#EDBD70
2#EFC580
3#F1CC90
4#F3D3A0
5#F5DAB0
6#F7E2BF
7#F9E9CF
8#FBF0DF
9#FDF8EF
Tones
Muted variations
1#E4B467
2#DDB36E
3#D6B175
4#D0AF7C
5#C9AE83
6#C2AC8A
7#BBAB91
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 | F8E4 #F8E4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CF #F2CF97 | BordersInactive statesPlaceholder text |
| 400 | EBB6 #EBB660 | Disabled statesSecondary iconsMuted text |
| 500 | E6A1 #E6A133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C885 #C88519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F69 #9F6914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714B #714B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1E #2D1E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF0DF;
--tan-200: #F8E4C4;
--tan-300: #F2CF97;
--tan-400: #EBB660;
--tan-500: #E6A133;
--tan-600: #C88519;
--tan-700: #9F6914;
--tan-800: #714B0E;
--tan-900: #493009;
--tan-950: #2D1E06;
}