Tan
#F3A996
RedColor Codes
All color formats for development
HEX
#F3A996RGB
rgb(243, 169, 150)HSL
hsl(12, 79%, 77%)OKLCH
oklch(0.801 0.092 35)CMYK
cmyk(0%, 30%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8C73
2#EA6F50
3#E6522D
4#D33E19
5#B03415
6#8D2910
7#691F0C
8#461508
9#230A04
Tints
Lighter variations
1#F4B1A1
2#F5BAAB
3#F6C2B6
4#F8CBC0
5#F9D4CB
6#FADCD5
7#FBE5E0
8#FDEEEA
9#FEF6F5
Tones
Muted variations
1#EEAB9B
2#E9AE9F
3#E5B1A4
4#E0B4A9
5#DCB6AD
6#D7B9B2
7#D2BCB6
8#CEBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CE #F8CEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A9 #F3A996 | BordersInactive statesPlaceholder text |
| 400 | EC7B #EC7B5F | Disabled statesSecondary iconsMuted text |
| 500 | E756 #E75632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C93B #C93B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02F #A02F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7222 #72220D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE5DF;
--tan-200: #F8CEC4;
--tan-300: #F3A996;
--tan-400: #EC7B5F;
--tan-500: #E75632;
--tan-600: #C93B18;
--tan-700: #A02F13;
--tan-800: #72220D;
--tan-900: #491509;
--tan-950: #2E0D05;
}