Tan
#F8A291
RedColor Codes
All color formats for development
HEX
#F8A291RGB
rgb(248, 162, 145)HSL
hsl(10, 88%, 77%)OKLCH
oklch(0.793 0.106 31.7)CMYK
cmyk(0%, 35%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6836C
2#F36447
3#F14422
4#DD310E
5#B9290C
6#942009
7#6F1807
8#4A1005
9#250802
Tints
Lighter variations
1#F9AB9C
2#F9B5A7
3#FABEB2
4#FBC7BD
5#FBD0C8
6#FCDAD3
7#FDE3DE
8#FEECE9
9#FEF6F4
Tones
Muted variations
1#F3A596
2#EEA99B
3#E8ACA0
4#E3B0A5
5#DEB3AB
6#D9B7B0
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 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCA #FBCAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A2 #F8A291 | BordersInactive statesPlaceholder text |
| 400 | F471 #F47157 | Disabled statesSecondary iconsMuted text |
| 500 | F149 #F14927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32E #D32E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A825 #A8250B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781A #781A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D11 #4D1105 | 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: #FBCAC1;
--tan-300: #F8A291;
--tan-400: #F47157;
--tan-500: #F14927;
--tan-600: #D32E0D;
--tan-700: #A8250B;
--tan-800: #781A08;
--tan-900: #4D1105;
--tan-950: #300B03;
}