Tan
#EBAF60
OrangeColor Codes
All color formats for development
HEX
#EBAF60RGB
rgb(235, 175, 96)HSL
hsl(34, 78%, 65%)OKLCH
oklch(0.794 0.119 72.2)CMYK
cmyk(0%, 26%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8A043
2#E49125
3#CF801A
4#B16E16
5#945B12
6#76490F
7#59370B
8#3B2507
9#1E1204
Tints
Lighter variations
1#EDB770
2#EFBF80
3#F1C790
4#F3CFA0
5#F5D7B0
6#F7DFBF
7#F9E7CF
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E4AE67
2#DDAD6E
3#D6AC75
4#D0AB7C
5#C9AA83
6#C2A98A
7#BBA991
8#B4A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F1;
--tan-100: #FBEFDF;
--tan-200: #F8E1C4;
--tan-300: #F2CA97;
--tan-400: #EBAF60;
--tan-500: #E69833;
--tan-600: #C87C19;
--tan-700: #9F6314;
--tan-800: #71460E;
--tan-900: #492D09;
--tan-950: #2D1C06;
}