Tan
#ECBD5F
OrangeColor Codes
All color formats for development
HEX
#ECBD5FRGB
rgb(236, 189, 95)HSL
hsl(40, 79%, 65%)OKLCH
oklch(0.822 0.124 82.8)CMYK
cmyk(0%, 20%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9B142
2#E5A524
3#D09318
4#B27E15
5#946911
6#77540E
7#593F0A
8#3B2A07
9#1E1503
Tints
Lighter variations
1#EEC46F
2#F0CA7F
3#F2D18F
4#F4D89F
5#F6DEAF
6#F8E5BF
7#F9EBCF
8#FBF2DF
9#FDF8EF
Tones
Muted variations
1#E5BB66
2#DEB96D
3#D7B674
4#D0B47B
5#C9B282
6#C2AF8A
7#BBAD91
8#B4AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D4 #F3D496 | BordersInactive statesPlaceholder text |
| 400 | ECBD #ECBD5F | Disabled statesSecondary iconsMuted text |
| 500 | E7AA #E7AA32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C98E #C98E18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A071 #A07113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7251 #72510D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF2DF;
--tan-200: #F8E7C4;
--tan-300: #F3D496;
--tan-400: #ECBD5F;
--tan-500: #E7AA32;
--tan-600: #C98E18;
--tan-700: #A07113;
--tan-800: #72510D;
--tan-900: #493409;
--tan-950: #2E2005;
}