Tan
#EBBD60
OrangeColor Codes
All color formats for development
HEX
#EBBD60RGB
rgb(235, 189, 96)HSL
hsl(40, 78%, 65%)OKLCH
oklch(0.821 0.123 83.1)CMYK
cmyk(0%, 20%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8B143
2#E4A425
3#CF921A
4#B17D16
5#946812
6#76540F
7#593F0B
8#3B2A07
9#1E1504
Tints
Lighter variations
1#EDC470
2#EFCA80
3#F1D190
4#F3D7A0
5#F5DEB0
6#F7E5BF
7#F9EBCF
8#FBF2DF
9#FDF8EF
Tones
Muted variations
1#E4BB67
2#DDB86E
3#D6B675
4#D0B47C
5#C9B183
6#C2AF8A
7#BBAD91
8#B4AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D4 #F2D497 | BordersInactive statesPlaceholder text |
| 400 | EBBD #EBBD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AA #E6AA33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88D #C88D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F70 #9F7014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4933 #493309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF2DF;
--tan-200: #F8E6C4;
--tan-300: #F2D497;
--tan-400: #EBBD60;
--tan-500: #E6AA33;
--tan-600: #C88D19;
--tan-700: #9F7014;
--tan-800: #71500E;
--tan-900: #493309;
--tan-950: #2D2006;
}