Tan
#EBBF60
OrangeColor Codes
All color formats for development
HEX
#EBBF60RGB
rgb(235, 191, 96)HSL
hsl(41, 78%, 65%)OKLCH
oklch(0.825 0.124 84.6)CMYK
cmyk(0%, 19%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8B343
2#E4A825
3#CF951A
4#B18016
5#946B12
6#76550F
7#59400B
8#3B2B07
9#1E1504
Tints
Lighter variations
1#EDC670
2#EFCC80
3#F1D290
4#F3D9A0
5#F5DFB0
6#F7E6BF
7#F9ECCF
8#FBF2DF
9#FDF9EF
Tones
Muted variations
1#E4BD67
2#DDBA6E
3#D6B875
4#D0B57C
5#C9B383
6#C2B08A
7#BBAD91
8#B4AB98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF2DF;
--tan-200: #F8E7C4;
--tan-300: #F2D597;
--tan-400: #EBBF60;
--tan-500: #E6AD33;
--tan-600: #C89019;
--tan-700: #9F7314;
--tan-800: #71520E;
--tan-900: #493409;
--tan-950: #2D2106;
}