Tan
#F3A496
RedColor Codes
All color formats for development
HEX
#F3A496RGB
rgb(243, 164, 150)HSL
hsl(9, 79%, 77%)OKLCH
oklch(0.792 0.097 30.4)CMYK
cmyk(0%, 33%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8573
2#EA6750
3#E6482D
4#D33519
5#B02C15
6#8D2310
7#691A0C
8#461208
9#230904
Tints
Lighter variations
1#F4ADA1
2#F5B6AB
3#F6BFB6
4#F8C8C0
5#F9D1CB
6#FADBD5
7#FBE4E0
8#FDEDEA
9#FEF6F5
Tones
Muted variations
1#EEA79B
2#E9AA9F
3#E5AEA4
4#E0B1A9
5#DCB4AD
6#D7B7B2
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 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A4 #F3A496 | BordersInactive statesPlaceholder text |
| 400 | EC74 #EC745F | Disabled statesSecondary iconsMuted text |
| 500 | E74D #E74D32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C932 #C93218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A028 #A02813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721C #721C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4912 #491209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE3DF;
--tan-200: #F8CCC4;
--tan-300: #F3A496;
--tan-400: #EC745F;
--tan-500: #E74D32;
--tan-600: #C93218;
--tan-700: #A02813;
--tan-800: #721C0D;
--tan-900: #491209;
--tan-950: #2E0B05;
}