Tan
#EBB860
OrangeColor Codes
All color formats for development
HEX
#EBB860RGB
rgb(235, 184, 96)HSL
hsl(38, 78%, 65%)OKLCH
oklch(0.811 0.121 79.3)CMYK
cmyk(0%, 22%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8AB43
2#E49E25
3#CF8C1A
4#B17816
5#946412
6#76500F
7#593C0B
8#3B2807
9#1E1404
Tints
Lighter variations
1#EDBF70
2#EFC680
3#F1CE90
4#F3D5A0
5#F5DCB0
6#F7E3BF
7#F9EACF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E4B667
2#DDB56E
3#D6B375
4#D0B17C
5#C9AF83
6#C2AD8A
7#BBAB91
8#B4A998
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E5 #F8E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D1 #F2D197 | BordersInactive statesPlaceholder text |
| 400 | EBB8 #EBB860 | Disabled statesSecondary iconsMuted text |
| 500 | E6A4 #E6A433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C888 #C88819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6C #9F6C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714D #714D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4931 #493109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF1DF;
--tan-200: #F8E5C4;
--tan-300: #F2D197;
--tan-400: #EBB860;
--tan-500: #E6A433;
--tan-600: #C88819;
--tan-700: #9F6C14;
--tan-800: #714D0E;
--tan-900: #493109;
--tan-950: #2D1F06;
}