Tan
#F3A796
RedColor Codes
All color formats for development
HEX
#F3A796RGB
rgb(243, 167, 150)HSL
hsl(11, 79%, 77%)OKLCH
oklch(0.798 0.094 33.1)CMYK
cmyk(0%, 31%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8A73
2#EA6C50
3#E64F2D
4#D33B19
5#B03115
6#8D2710
7#691D0C
8#461408
9#230A04
Tints
Lighter variations
1#F4B0A1
2#F5B9AB
3#F6C1B6
4#F8CAC0
5#F9D3CB
6#FADCD5
7#FBE5E0
8#FDEDEA
9#FEF6F5
Tones
Muted variations
1#EEAA9B
2#E9AD9F
3#E5B0A4
4#E0B3A9
5#DCB6AD
6#D7B9B2
7#D2BCB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A7 #F3A796 | BordersInactive statesPlaceholder text |
| 400 | EC79 #EC795F | Disabled statesSecondary iconsMuted text |
| 500 | E753 #E75332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C938 #C93818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02D #A02D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7220 #72200D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE4DF;
--tan-200: #F8CDC4;
--tan-300: #F3A796;
--tan-400: #EC795F;
--tan-500: #E75332;
--tan-600: #C93818;
--tan-700: #A02D13;
--tan-800: #72200D;
--tan-900: #491409;
--tan-950: #2E0D05;
}