Tan
#EBC660
OrangeColor Codes
All color formats for development
HEX
#EBC660RGB
rgb(235, 198, 96)HSL
hsl(44, 78%, 65%)OKLCH
oklch(0.839 0.128 89.5)CMYK
cmyk(0%, 16%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8BC43
2#E4B125
3#CF9E1A
4#B18816
5#947112
6#765A0F
7#59440B
8#3B2D07
9#1E1704
Tints
Lighter variations
1#EDCC70
2#EFD280
3#F1D790
4#F3DDA0
5#F5E3B0
6#F7E8BF
7#F9EECF
8#FBF4DF
9#FDF9EF
Tones
Muted variations
1#E4C367
2#DDC06E
3#D6BC75
4#D0B97C
5#C9B683
6#C2B38A
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 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EA #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DA #F2DA97 | BordersInactive statesPlaceholder text |
| 400 | EBC6 #EBC660 | Disabled statesSecondary iconsMuted text |
| 500 | E6B6 #E6B633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C899 #C89919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7A #9F7A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7157 #71570E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF4DF;
--tan-200: #F8EAC4;
--tan-300: #F2DA97;
--tan-400: #EBC660;
--tan-500: #E6B633;
--tan-600: #C89919;
--tan-700: #9F7A14;
--tan-800: #71570E;
--tan-900: #493809;
--tan-950: #2D2306;
}