Tan
#F8A091
RedColor Codes
All color formats for development
HEX
#F8A091RGB
rgb(248, 160, 145)HSL
hsl(9, 88%, 77%)OKLCH
oklch(0.79 0.108 30.2)CMYK
cmyk(0%, 35%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6806C
2#F36147
3#F14122
4#DD2D0E
5#B9260C
6#941E09
7#6F1707
8#4A0F05
9#250802
Tints
Lighter variations
1#F9AA9C
2#F9B3A7
3#FABDB2
4#FBC6BD
5#FBD0C8
6#FCD9D3
7#FDE3DE
8#FEECE9
9#FEF6F4
Tones
Muted variations
1#F3A496
2#EEA79B
3#E8ABA0
4#E3AFA5
5#DEB2AB
6#D9B6B0
7#D4BAB5
8#CFBDBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC9 #FBC9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A0 #F8A091 | BordersInactive statesPlaceholder text |
| 400 | F46F #F46F57 | Disabled statesSecondary iconsMuted text |
| 500 | F146 #F14627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32B #D32B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A822 #A8220B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7818 #781808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D10 #4D1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FDE2DD;
--tan-200: #FBC9C1;
--tan-300: #F8A091;
--tan-400: #F46F57;
--tan-500: #F14627;
--tan-600: #D32B0D;
--tan-700: #A8220B;
--tan-800: #781808;
--tan-900: #4D1005;
--tan-950: #300A03;
}