Tan
#E6C865
YellowColor Codes
All color formats for development
HEX
#E6C865RGB
rgb(230, 200, 101)HSL
hsl(46, 72%, 65%)OKLCH
oklch(0.839 0.123 92.7)CMYK
cmyk(0%, 13%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1BE49
2#DDB42C
3#C8A120
4#AB8A1C
5#8F7317
6#725C13
7#56450E
8#392E09
9#1D1705
Tints
Lighter variations
1#E9CE75
2#EBD384
3#EED994
4#F0DEA3
5#F3E4B2
6#F5E9C2
7#F8EFD1
8#FAF4E0
9#FDFAF0
Tones
Muted variations
1#E0C56C
2#D9C172
3#D3BE79
4#CCBA7F
5#C6B786
6#BFB38C
7#B9B092
8#B3AD99
9#ACA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E6C8 #E6C865 | Disabled statesSecondary iconsMuted text |
| 500 | DFB8 #DFB83A | Primary brand colorCTAsActive elementsLinks |
| 600 | C19B #C19B1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E58 #6E5812 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4638 #46380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF2;
--tan-100: #FAF4E0;
--tan-200: #F6EBC6;
--tan-300: #EFDB9A;
--tan-400: #E6C865;
--tan-500: #DFB83A;
--tan-600: #C19B1F;
--tan-700: #9A7C19;
--tan-800: #6E5812;
--tan-900: #46380B;
--tan-950: #2C2307;
}