Tan
#ECBB5F
OrangeColor Codes
All color formats for development
HEX
#ECBB5FRGB
rgb(236, 187, 95)HSL
hsl(39, 79%, 65%)OKLCH
oklch(0.818 0.123 81.3)CMYK
cmyk(0%, 21%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9AE42
2#E5A224
3#D09018
4#B27B15
5#946711
6#77520E
7#593E0A
8#3B2907
9#1E1503
Tints
Lighter variations
1#EEC26F
2#F0C97F
3#F2CF8F
4#F4D69F
5#F6DDAF
6#F8E4BF
7#F9EBCF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E5B966
2#DEB76D
3#D7B574
4#D0B27B
5#C9B082
6#C2AE8A
7#BBAC91
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 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D2 #F3D296 | BordersInactive statesPlaceholder text |
| 400 | ECBB #ECBB5F | Disabled statesSecondary iconsMuted text |
| 500 | E7A7 #E7A732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C98B #C98B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A06E #A06E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 724F #724F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493209 | 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: #FBF1DF;
--tan-200: #F8E6C4;
--tan-300: #F3D296;
--tan-400: #ECBB5F;
--tan-500: #E7A732;
--tan-600: #C98B18;
--tan-700: #A06E13;
--tan-800: #724F0D;
--tan-900: #493209;
--tan-950: #2E2005;
}