Tan
#EDC55E
OrangeColor Codes
All color formats for development
HEX
#EDC55ERGB
rgb(237, 197, 94)HSL
hsl(43, 80%, 65%)OKLCH
oklch(0.839 0.129 88.1)CMYK
cmyk(0%, 17%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EABA41
2#E7AF23
3#D19C17
4#B38614
5#957011
6#77590D
7#5A430A
8#3C2D07
9#1E1603
Tints
Lighter variations
1#EFCB6E
2#F1D07E
3#F3D68F
4#F4DC9F
5#F6E2AF
6#F8E8BF
7#FAEECF
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E6C265
2#DFBF6D
3#D8BB74
4#D1B87B
5#C9B582
6#C2B289
7#BBAF90
8#B4AC97
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D9 #F3D995 | BordersInactive statesPlaceholder text |
| 400 | EDC5 #EDC55E | Disabled statesSecondary iconsMuted text |
| 500 | E8B4 #E8B430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA97 #CA9716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A178 #A17812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF3DF;
--tan-200: #F8E9C3;
--tan-300: #F3D995;
--tan-400: #EDC55E;
--tan-500: #E8B430;
--tan-600: #CA9716;
--tan-700: #A17812;
--tan-800: #73560D;
--tan-900: #493708;
--tan-950: #2E2205;
}