Tan
#EEC55D
OrangeColor Codes
All color formats for development
HEX
#EEC55DRGB
rgb(238, 197, 93)HSL
hsl(43, 81%, 65%)OKLCH
oklch(0.839 0.13 87.8)CMYK
cmyk(0%, 17%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBBA3F
2#E8B021
3#D29D16
4#B48613
5#967010
6#785A0D
7#5A4309
8#3C2D06
9#1E1603
Tints
Lighter variations
1#F0CB6E
2#F1D17E
3#F3D68E
4#F5DC9E
5#F7E2AE
6#F8E8BE
7#FAEECF
8#FCF3DF
9#FDF9EF
Tones
Muted variations
1#E7C265
2#E0BF6C
3#D8BC73
4#D1B97A
5#CAB582
6#C3B289
7#BBAF90
8#B4AC97
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D9 #F4D995 | BordersInactive statesPlaceholder text |
| 400 | EEC5 #EEC55D | Disabled statesSecondary iconsMuted text |
| 500 | E9B5 #E9B52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB98 #CB9815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A279 #A27911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A37 #4A3708 | 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: #FEFAF1;
--tan-100: #FCF3DF;
--tan-200: #F9E9C3;
--tan-300: #F4D995;
--tan-400: #EEC55D;
--tan-500: #E9B52F;
--tan-600: #CB9815;
--tan-700: #A27911;
--tan-800: #73560C;
--tan-900: #4A3708;
--tan-950: #2E2205;
}