Tan
#EBC460
OrangeColor Codes
All color formats for development
HEX
#EBC460RGB
rgb(235, 196, 96)HSL
hsl(43, 78%, 65%)OKLCH
oklch(0.835 0.126 88.1)CMYK
cmyk(0%, 17%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8B943
2#E4AE25
3#CF9B1A
4#B18516
5#946F12
6#76590F
7#59430B
8#3B2C07
9#1E1604
Tints
Lighter variations
1#EDCA70
2#EFD080
3#F1D690
4#F3DCA0
5#F5E1B0
6#F7E7BF
7#F9EDCF
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E4C167
2#DDBE6E
3#D6BB75
4#D0B87C
5#C9B583
6#C2B28A
7#BBAF91
8#B4AC98
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D8 #F2D897 | BordersInactive statesPlaceholder text |
| 400 | EBC4 #EBC460 | Disabled statesSecondary iconsMuted text |
| 500 | E6B3 #E6B333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C896 #C89619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F77 #9F7714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7155 #71550E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF3DF;
--tan-200: #F8E9C4;
--tan-300: #F2D897;
--tan-400: #EBC460;
--tan-500: #E6B333;
--tan-600: #C89619;
--tan-700: #9F7714;
--tan-800: #71550E;
--tan-900: #493709;
--tan-950: #2D2206;
}