Tan
#F3A595
RedColor Codes
All color formats for development
HEX
#F3A595RGB
rgb(243, 165, 149)HSL
hsl(10, 80%, 77%)OKLCH
oklch(0.794 0.096 32.1)CMYK
cmyk(0%, 32%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8772
2#EB694F
3#E74B2B
4#D43718
5#B12E14
6#8D2510
7#6A1B0C
8#471208
9#230904
Tints
Lighter variations
1#F4AEA0
2#F6B7AB
3#F7C0B5
4#F8C9C0
5#F9D2CA
6#FADBD5
7#FBE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#EFA89A
2#EAAB9F
3#E5AEA4
4#E1B2A8
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 #F8CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A595 | BordersInactive statesPlaceholder text |
| 400 | ED76 #ED765E | Disabled statesSecondary iconsMuted text |
| 500 | E84F #E84F30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA34 #CA3416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12A #A12A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731E #731E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491308 | 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: #F8CCC3;
--tan-300: #F3A595;
--tan-400: #ED765E;
--tan-500: #E84F30;
--tan-600: #CA3416;
--tan-700: #A12A12;
--tan-800: #731E0D;
--tan-900: #491308;
--tan-950: #2E0C05;
}