Tan
#E6C465
OrangeColor Codes
All color formats for development
HEX
#E6C465RGB
rgb(230, 196, 101)HSL
hsl(44, 72%, 65%)OKLCH
oklch(0.831 0.121 89.9)CMYK
cmyk(0%, 15%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1B949
2#DDAE2C
3#C89B20
4#AB851C
5#8F6F17
6#725913
7#56420E
8#392C09
9#1D1605
Tints
Lighter variations
1#E9CA75
2#EBD084
3#EED694
4#F0DBA3
5#F3E1B2
6#F5E7C2
7#F8EDD1
8#FAF3E0
9#FDF9F0
Tones
Muted variations
1#E0C16C
2#D9BE72
3#D3BB79
4#CCB87F
5#C6B586
6#BFB28C
7#B9AF92
8#B3AC99
9#ACA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF3 #FAF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E9 #F6E9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD8 #EFD89A | BordersInactive statesPlaceholder text |
| 400 | E6C4 #E6C465 | Disabled statesSecondary iconsMuted text |
| 500 | DFB3 #DFB33A | Primary brand colorCTAsActive elementsLinks |
| 600 | C196 #C1961F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A77 #9A7719 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E55 #6E5512 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4637 #46370B | Primary textHigh emphasis contentDark headings |
| 950 | 2C22 #2C2207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF3E0;
--tan-200: #F6E9C6;
--tan-300: #EFD89A;
--tan-400: #E6C465;
--tan-500: #DFB33A;
--tan-600: #C1961F;
--tan-700: #9A7719;
--tan-800: #6E5512;
--tan-900: #46370B;
--tan-950: #2C2207;
}