Tan
#EDB25E
OrangeColor Codes
All color formats for development
HEX
#EDB25ERGB
rgb(237, 178, 94)HSL
hsl(35, 80%, 65%)OKLCH
oklch(0.802 0.122 74.2)CMYK
cmyk(0%, 25%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA341
2#E79523
3#D18317
4#B37114
5#955E11
6#774B0D
7#5A380A
8#3C2607
9#1E1303
Tints
Lighter variations
1#EFB96E
2#F1C17E
3#F3C98F
4#F4D19F
5#F6D8AF
6#F8E0BF
7#FAE8CF
8#FBF0DF
9#FDF7EF
Tones
Muted variations
1#E6B065
2#DFAF6D
3#D8AE74
4#D1AD7B
5#C9AC82
6#C2AB89
7#BBA990
8#B4A897
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC95 | BordersInactive statesPlaceholder text |
| 400 | EDB2 #EDB25E | Disabled statesSecondary iconsMuted text |
| 500 | E89C #E89C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7F #CA7F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A165 #A16512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F1;
--tan-100: #FBF0DF;
--tan-200: #F8E2C3;
--tan-300: #F3CC95;
--tan-400: #EDB25E;
--tan-500: #E89C30;
--tan-600: #CA7F16;
--tan-700: #A16512;
--tan-800: #73480D;
--tan-900: #492E08;
--tan-950: #2E1D05;
}