Tan
#EEB25D
OrangeColor Codes
All color formats for development
HEX
#EEB25DRGB
rgb(238, 178, 93)HSL
hsl(35, 81%, 65%)OKLCH
oklch(0.803 0.124 74)CMYK
cmyk(0%, 25%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBA33F
2#E89521
3#D28416
4#B47113
5#965E10
6#784B0D
7#5A3809
8#3C2606
9#1E1303
Tints
Lighter variations
1#F0BA6E
2#F1C17E
3#F3C98E
4#F5D19E
5#F7D8AE
6#F8E0BE
7#FAE8CF
8#FCF0DF
9#FDF7EF
Tones
Muted variations
1#E7B165
2#E0AF6C
3#D8AE73
4#D1AD7A
5#CAAC82
6#C3AB89
7#BBA990
8#B4A897
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CC #F4CC95 | BordersInactive statesPlaceholder text |
| 400 | EEB2 #EEB25D | Disabled statesSecondary iconsMuted text |
| 500 | E99C #E99C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB7F #CB7F15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A265 #A26511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2E #4A2E08 | 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: #FEF8F1;
--tan-100: #FCF0DF;
--tan-200: #F9E2C3;
--tan-300: #F4CC95;
--tan-400: #EEB25D;
--tan-500: #E99C2F;
--tan-600: #CB7F15;
--tan-700: #A26511;
--tan-800: #73480C;
--tan-900: #4A2E08;
--tan-950: #2E1D05;
}