Tan
#F8A791
RedColor Codes
All color formats for development
HEX
#F8A791RGB
rgb(248, 167, 145)HSL
hsl(13, 88%, 77%)OKLCH
oklch(0.802 0.101 35.9)CMYK
cmyk(0%, 33%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F68A6C
2#F36C47
3#F14F22
4#DD3B0E
5#B9310C
6#942709
7#6F1E07
8#4A1405
9#250A02
Tints
Lighter variations
1#F9B09C
2#F9B9A7
3#FAC1B2
4#FBCABD
5#FBD3C8
6#FCDCD3
7#FDE5DE
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F3AA96
2#EEAD9B
3#E8B0A0
4#E3B3A5
5#DEB6AB
6#D9B9B0
7#D4BCB5
8#CFBFBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A7 #F8A791 | BordersInactive statesPlaceholder text |
| 400 | F479 #F47957 | Disabled statesSecondary iconsMuted text |
| 500 | F153 #F15327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D338 #D3380D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82D #A82D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1405 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FDE4DD;
--tan-200: #FBCDC1;
--tan-300: #F8A791;
--tan-400: #F47957;
--tan-500: #F15327;
--tan-600: #D3380D;
--tan-700: #A82D0B;
--tan-800: #782008;
--tan-900: #4D1405;
--tan-950: #300D03;
}