Tan
#EBB160
OrangeColor Codes
All color formats for development
HEX
#EBB160RGB
rgb(235, 177, 96)HSL
hsl(35, 78%, 65%)OKLCH
oklch(0.798 0.119 73.8)CMYK
cmyk(0%, 25%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8A343
2#E49525
3#CF831A
4#B17016
5#945E12
6#764B0F
7#59380B
8#3B2507
9#1E1304
Tints
Lighter variations
1#EDB970
2#EFC180
3#F1C990
4#F3D0A0
5#F5D8B0
6#F7E0BF
7#F9E8CF
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E4B067
2#DDAF6E
3#D6AE75
4#D0AD7C
5#C9AC83
6#C2AA8A
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 | F8E2 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CC #F2CC97 | BordersInactive statesPlaceholder text |
| 400 | EBB1 #EBB160 | Disabled statesSecondary iconsMuted text |
| 500 | E69B #E69B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87F #C87F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F65 #9F6514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7148 #71480E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F1;
--tan-100: #FBEFDF;
--tan-200: #F8E2C4;
--tan-300: #F2CC97;
--tan-400: #EBB160;
--tan-500: #E69B33;
--tan-600: #C87F19;
--tan-700: #9F6514;
--tan-800: #71480E;
--tan-900: #492E09;
--tan-950: #2D1D06;
}