Tan
#F8A491
RedColor Codes
All color formats for development
HEX
#F8A491RGB
rgb(248, 164, 145)HSL
hsl(11, 88%, 77%)OKLCH
oklch(0.797 0.104 33.3)CMYK
cmyk(0%, 34%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6856C
2#F36747
3#F14822
4#DD340E
5#B92B0C
6#942309
7#6F1A07
8#4A1105
9#250902
Tints
Lighter variations
1#F9AD9C
2#F9B6A7
3#FABFB2
4#FBC8BD
5#FBD1C8
6#FCDAD3
7#FDE4DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F3A796
2#EEAA9B
3#E8ADA0
4#E3B1A5
5#DEB4AB
6#D9B7B0
7#D4BBB5
8#CFBEBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A4 #F8A491 | BordersInactive statesPlaceholder text |
| 400 | F474 #F47457 | Disabled statesSecondary iconsMuted text |
| 500 | F14C #F14C27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D332 #D3320D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A828 #A8280B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1205 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FDE3DD;
--tan-200: #FBCBC1;
--tan-300: #F8A491;
--tan-400: #F47457;
--tan-500: #F14C27;
--tan-600: #D3320D;
--tan-700: #A8280B;
--tan-800: #781C08;
--tan-900: #4D1205;
--tan-950: #300B03;
}