Tan
#EDBB5E
OrangeColor Codes
All color formats for development
HEX
#EDBB5ERGB
rgb(237, 187, 94)HSL
hsl(39, 80%, 65%)OKLCH
oklch(0.819 0.125 81)CMYK
cmyk(0%, 21%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAAF41
2#E7A223
3#D19017
4#B37B14
5#956711
6#77520D
7#5A3E0A
8#3C2907
9#1E1503
Tints
Lighter variations
1#EFC26E
2#F1C97E
3#F3D08F
4#F4D69F
5#F6DDAF
6#F8E4BF
7#FAEBCF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E6B965
2#DFB76D
3#D8B574
4#D1B37B
5#C9B082
6#C2AE89
7#BBAC90
8#B4AA97
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D2 #F3D295 | BordersInactive statesPlaceholder text |
| 400 | EDBB #EDBB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8A8 #E8A830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA8B #CA8B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16F #A16F12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734F #734F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4933 #493308 | 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: #FBF1DF;
--tan-200: #F8E6C3;
--tan-300: #F3D295;
--tan-400: #EDBB5E;
--tan-500: #E8A830;
--tan-600: #CA8B16;
--tan-700: #A16F12;
--tan-800: #734F0D;
--tan-900: #493308;
--tan-950: #2E2005;
}