Tan
#F5A794
RedColor Codes
All color formats for development
HEX
#F5A794RGB
rgb(245, 167, 148)HSL
hsl(12, 83%, 77%)OKLCH
oklch(0.799 0.097 34.3)CMYK
cmyk(0%, 32%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28A70
2#EE6C4C
3#EB4F28
4#D83B14
5#B43111
6#90270D
7#6C1E0A
8#481407
9#240A03
Tints
Lighter variations
1#F6B09E
2#F7B9A9
3#F8C1B4
4#F9CABF
5#FAD3C9
6#FBDCD4
7#FCE5DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#F0AA99
2#EBAD9D
3#E6B0A2
4#E2B3A7
5#DDB6AC
6#D8B9B1
7#D3BCB6
8#CEBFBB
9#C9C1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CD #F9CDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A7 #F5A794 | BordersInactive statesPlaceholder text |
| 400 | F079 #F0795C | Disabled statesSecondary iconsMuted text |
| 500 | EB53 #EB532D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD38 #CD3813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32D #A32D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7520 #75200B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B14 #4B1407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0D #2F0D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE4DE;
--tan-200: #F9CDC2;
--tan-300: #F5A794;
--tan-400: #F0795C;
--tan-500: #EB532D;
--tan-600: #CD3813;
--tan-700: #A32D0F;
--tan-800: #75200B;
--tan-900: #4B1407;
--tan-950: #2F0D04;
}