Tan
#F3AC96
RedColor Codes
All color formats for development
HEX
#F3AC96RGB
rgb(243, 172, 150)HSL
hsl(14, 79%, 77%)OKLCH
oklch(0.807 0.09 37.9)CMYK
cmyk(0%, 29%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9073
2#EA7450
3#E6582D
4#D34419
5#B03915
6#8D2D10
7#69220C
8#461708
9#230B04
Tints
Lighter variations
1#F4B4A1
2#F5BCAB
3#F6C5B6
4#F8CDC0
5#F9D5CB
6#FADED5
7#FBE6E0
8#FDEEEA
9#FEF7F5
Tones
Muted variations
1#EEAE9B
2#E9B19F
3#E5B3A4
4#E0B6A9
5#DCB8AD
6#D7BAB2
7#D2BDB6
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 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D0 #F8D0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AC #F3AC96 | BordersInactive statesPlaceholder text |
| 400 | EC80 #EC805F | Disabled statesSecondary iconsMuted text |
| 500 | E75C #E75C32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C941 #C94118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A034 #A03413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7225 #72250D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4918 #491809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE6DF;
--tan-200: #F8D0C4;
--tan-300: #F3AC96;
--tan-400: #EC805F;
--tan-500: #E75C32;
--tan-600: #C94118;
--tan-700: #A03413;
--tan-800: #72250D;
--tan-900: #491809;
--tan-950: #2E0F05;
}