Tan
#EDB95E
OrangeColor Codes
All color formats for development
HEX
#EDB95ERGB
rgb(237, 185, 94)HSL
hsl(38, 80%, 65%)OKLCH
oklch(0.815 0.124 79.5)CMYK
cmyk(0%, 22%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAAC41
2#E79F23
3#D18D17
4#B37914
5#956511
6#77500D
7#5A3C0A
8#3C2807
9#1E1403
Tints
Lighter variations
1#EFC06E
2#F1C77E
3#F3CE8F
4#F4D59F
5#F6DCAF
6#F8E3BF
7#FAEACF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E6B765
2#DFB56D
3#D8B374
4#D1B17B
5#C9AF82
6#C2AD89
7#BBAB90
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 | F8E5 #F8E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D1 #F3D195 | BordersInactive statesPlaceholder text |
| 400 | EDB9 #EDB95E | Disabled statesSecondary iconsMuted text |
| 500 | E8A5 #E8A530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA88 #CA8816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16C #A16C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734D #734D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF1DF;
--tan-200: #F8E5C3;
--tan-300: #F3D195;
--tan-400: #EDB95E;
--tan-500: #E8A530;
--tan-600: #CA8816;
--tan-700: #A16C12;
--tan-800: #734D0D;
--tan-900: #493208;
--tan-950: #2E1F05;
}