Tan
#F3A596
RedColor Codes
All color formats for development
HEX
#F3A596RGB
rgb(243, 165, 150)HSL
hsl(10, 79%, 77%)OKLCH
oklch(0.794 0.096 31.3)CMYK
cmyk(0%, 32%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8773
2#EA6A50
3#E64C2D
4#D33819
5#B02E15
6#8D2510
7#691C0C
8#461308
9#230904
Tints
Lighter variations
1#F4AEA1
2#F5B7AB
3#F6C0B6
4#F8C9C0
5#F9D2CB
6#FADBD5
7#FBE4E0
8#FDEDEA
9#FEF6F5
Tones
Muted variations
1#EEA99B
2#E9AC9F
3#E5AFA4
4#E0B2A9
5#DCB5AD
6#D7B8B2
7#D2BBB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A596 | BordersInactive statesPlaceholder text |
| 400 | EC77 #EC775F | Disabled statesSecondary iconsMuted text |
| 500 | E750 #E75032 | Primary brand colorCTAsActive elementsLinks |
| 600 | C935 #C93518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02A #A02A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721E #721E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE4DF;
--tan-200: #F8CCC4;
--tan-300: #F3A596;
--tan-400: #EC775F;
--tan-500: #E75032;
--tan-600: #C93518;
--tan-700: #A02A13;
--tan-800: #721E0D;
--tan-900: #491309;
--tan-950: #2E0C05;
}