Tan
#F3A795
RedColor Codes
All color formats for development
HEX
#F3A795RGB
rgb(243, 167, 149)HSL
hsl(11, 80%, 77%)OKLCH
oklch(0.797 0.094 33.9)CMYK
cmyk(0%, 31%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8972
2#EB6B4F
3#E74E2B
4#D43A18
5#B13014
6#8D2710
7#6A1D0C
8#471308
9#230A04
Tints
Lighter variations
1#F4AFA0
2#F6B8AB
3#F7C1B5
4#F8CAC0
5#F9D3CA
6#FADCD5
7#FBE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#EFAA9A
2#EAAD9F
3#E5B0A4
4#E1B3A8
5#DCB5AD
6#D7B8B2
7#D2BBB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A7 #F3A795 | BordersInactive statesPlaceholder text |
| 400 | ED79 #ED795E | Disabled statesSecondary iconsMuted text |
| 500 | E852 #E85230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA37 #CA3716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12C #A12C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731F #731F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491408 | 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: #FDF3F1;
--tan-100: #FBE4DF;
--tan-200: #F8CDC3;
--tan-300: #F3A795;
--tan-400: #ED795E;
--tan-500: #E85230;
--tan-600: #CA3716;
--tan-700: #A12C12;
--tan-800: #731F0D;
--tan-900: #491408;
--tan-950: #2E0D05;
}