Tan
#F3A895
RedColor Codes
All color formats for development
HEX
#F3A895RGB
rgb(243, 168, 149)HSL
hsl(12, 80%, 77%)OKLCH
oklch(0.799 0.093 34.8)CMYK
cmyk(0%, 31%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8B72
2#EB6E4F
3#E7512B
4#D43D18
5#B13314
6#8D2910
7#6A1F0C
8#471408
9#230A04
Tints
Lighter variations
1#F4B1A0
2#F6BAAB
3#F7C2B5
4#F8CBC0
5#F9D4CA
6#FADCD5
7#FBE5DF
8#FDEEEA
9#FEF6F4
Tones
Muted variations
1#EFAB9A
2#EAAE9F
3#E5B1A4
4#E1B3A8
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 #F8CEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A8 #F3A895 | BordersInactive statesPlaceholder text |
| 400 | ED7B #ED7B5E | Disabled statesSecondary iconsMuted text |
| 500 | E855 #E85530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA3A #CA3A16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12E #A12E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7321 #73210D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491508 | 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: #F8CEC3;
--tan-300: #F3A895;
--tan-400: #ED7B5E;
--tan-500: #E85530;
--tan-600: #CA3A16;
--tan-700: #A12E12;
--tan-800: #73210D;
--tan-900: #491508;
--tan-950: #2E0D05;
}