Tan
#ECB25F
OrangeColor Codes
All color formats for development
HEX
#ECB25FRGB
rgb(236, 178, 95)HSL
hsl(35, 79%, 65%)OKLCH
oklch(0.801 0.121 74.4)CMYK
cmyk(0%, 25%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9A342
2#E59524
3#D08318
4#B27115
5#945E11
6#774B0E
7#59380A
8#3B2607
9#1E1303
Tints
Lighter variations
1#EEB96F
2#F0C17F
3#F2C98F
4#F4D19F
5#F6D8AF
6#F8E0BF
7#F9E8CF
8#FBF0DF
9#FDF7EF
Tones
Muted variations
1#E5B066
2#DEAF6D
3#D7AE74
4#D0AD7B
5#C9AC82
6#C2AA8A
7#BBA991
8#B4A898
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 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC96 | BordersInactive statesPlaceholder text |
| 400 | ECB2 #ECB25F | Disabled statesSecondary iconsMuted text |
| 500 | E79B #E79B32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C97F #C97F18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A065 #A06513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7248 #72480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | 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: #F8E2C4;
--tan-300: #F3CC96;
--tan-400: #ECB25F;
--tan-500: #E79B32;
--tan-600: #C97F18;
--tan-700: #A06513;
--tan-800: #72480D;
--tan-900: #492E09;
--tan-950: #2E1D05;
}