Tan
#EDBE5E
OrangeColor Codes
All color formats for development
HEX
#EDBE5ERGB
rgb(237, 190, 94)HSL
hsl(40, 80%, 65%)OKLCH
oklch(0.825 0.126 83.2)CMYK
cmyk(0%, 20%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAB141
2#E7A523
3#D19317
4#B37E14
5#956911
6#77540D
7#5A3F0A
8#3C2A07
9#1E1503
Tints
Lighter variations
1#EFC46E
2#F1CB7E
3#F3D18F
4#F4D89F
5#F6DEAF
6#F8E5BF
7#FAEBCF
8#FBF2DF
9#FDF8EF
Tones
Muted variations
1#E6BB65
2#DFB96D
3#D8B674
4#D1B47B
5#C9B282
6#C2AF89
7#BBAD90
8#B4AB97
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 | F8E7 #F8E7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D4 #F3D495 | BordersInactive statesPlaceholder text |
| 400 | EDBE #EDBE5E | Disabled statesSecondary iconsMuted text |
| 500 | E8AB #E8AB30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA8E #CA8E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A171 #A17112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7351 #73510D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF2DF;
--tan-200: #F8E7C3;
--tan-300: #F3D495;
--tan-400: #EDBE5E;
--tan-500: #E8AB30;
--tan-600: #CA8E16;
--tan-700: #A17112;
--tan-800: #73510D;
--tan-900: #493408;
--tan-950: #2E2005;
}