Tan
#E6BF65
OrangeColor Codes
All color formats for development
HEX
#E6BF65RGB
rgb(230, 191, 101)HSL
hsl(42, 72%, 65%)OKLCH
oklch(0.821 0.118 86.3)CMYK
cmyk(0%, 17%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1B449
2#DDA82C
3#C89520
4#AB801C
5#8F6B17
6#725513
7#56400E
8#392B09
9#1D1505
Tints
Lighter variations
1#E9C675
2#EBCC84
3#EED394
4#F0D9A3
5#F3DFB2
6#F5E6C2
7#F8ECD1
8#FAF2E0
9#FDF9F0
Tones
Muted variations
1#E0BD6C
2#D9BA72
3#D3B879
4#CCB57F
5#C6B386
6#BFB08C
7#B9AD92
8#B3AB99
9#ACA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E6BF #E6BF65 | Disabled statesSecondary iconsMuted text |
| 500 | DFAD #DFAD3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C191 #C1911F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7319 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4635 #46350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF2E0;
--tan-200: #F6E7C6;
--tan-300: #EFD59A;
--tan-400: #E6BF65;
--tan-500: #DFAD3A;
--tan-600: #C1911F;
--tan-700: #9A7319;
--tan-800: #6E5212;
--tan-900: #46350B;
--tan-950: #2C2107;
}