Tan
#F5A994
RedColor Codes
All color formats for development
HEX
#F5A994RGB
rgb(245, 169, 148)HSL
hsl(13, 83%, 77%)OKLCH
oklch(0.803 0.095 36.1)CMYK
cmyk(0%, 31%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28C70
2#EE6F4C
3#EB5228
4#D83E14
5#B43411
6#902A0D
7#6C1F0A
8#481507
9#240A03
Tints
Lighter variations
1#F6B19E
2#F7BAA9
3#F8C3B4
4#F9CBBF
5#FAD4C9
6#FBDDD4
7#FCE5DF
8#FDEEEA
9#FEF6F4
Tones
Muted variations
1#F0AC99
2#EBAE9D
3#E6B1A2
4#E2B4A7
5#DDB7AC
6#D8B9B1
7#D3BCB6
8#CEBFBB
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CE #F9CEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A9 #F5A994 | BordersInactive statesPlaceholder text |
| 400 | F07C #F07C5C | Disabled statesSecondary iconsMuted text |
| 500 | EB56 #EB562D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD3B #CD3B13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32F #A32F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7522 #75220B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B16 #4B1607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE5DE;
--tan-200: #F9CEC2;
--tan-300: #F5A994;
--tan-400: #F07C5C;
--tan-500: #EB562D;
--tan-600: #CD3B13;
--tan-700: #A32F0F;
--tan-800: #75220B;
--tan-900: #4B1607;
--tan-950: #2F0E04;
}