Tan
#F8A591
RedColor Codes
All color formats for development
HEX
#F8A591RGB
rgb(248, 165, 145)HSL
hsl(12, 88%, 77%)OKLCH
oklch(0.799 0.103 34.2)CMYK
cmyk(0%, 33%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6876C
2#F36947
3#F14B22
4#DD380E
5#B92E0C
6#942509
7#6F1C07
8#4A1305
9#250902
Tints
Lighter variations
1#F9AE9C
2#F9B7A7
3#FAC0B2
4#FBC9BD
5#FBD2C8
6#FCDBD3
7#FDE4DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F3A896
2#EEAC9B
3#E8AFA0
4#E3B2A5
5#DEB5AB
6#D9B8B0
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 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCC #FBCCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A5 #F8A591 | BordersInactive statesPlaceholder text |
| 400 | F477 #F47757 | Disabled statesSecondary iconsMuted text |
| 500 | F150 #F15027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D335 #D3350D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82A #A82A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781E #781E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D13 #4D1305 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FDE4DD;
--tan-200: #FBCCC1;
--tan-300: #F8A591;
--tan-400: #F47757;
--tan-500: #F15027;
--tan-600: #D3350D;
--tan-700: #A82A0B;
--tan-800: #781E08;
--tan-900: #4D1305;
--tan-950: #300C03;
}