Tan
#F3AA96
RedColor Codes
All color formats for development
HEX
#F3AA96RGB
rgb(243, 170, 150)HSL
hsl(13, 79%, 77%)OKLCH
oklch(0.803 0.091 36)CMYK
cmyk(0%, 30%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8E73
2#EA7150
3#E6552D
4#D34119
5#B03615
6#8D2B10
7#69210C
8#461608
9#230B04
Tints
Lighter variations
1#F4B3A1
2#F5BBAB
3#F6C4B6
4#F8CCC0
5#F9D5CB
6#FADDD5
7#FBE6E0
8#FDEEEA
9#FEF7F5
Tones
Muted variations
1#EEAD9B
2#E9AF9F
3#E5B2A4
4#E0B5A9
5#DCB7AD
6#D7BAB2
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 | F8CF #F8CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AA #F3AA96 | BordersInactive statesPlaceholder text |
| 400 | EC7E #EC7E5F | Disabled statesSecondary iconsMuted text |
| 500 | E759 #E75932 | Primary brand colorCTAsActive elementsLinks |
| 600 | C93E #C93E18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A031 #A03113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7223 #72230D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4917 #491709 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE5DF;
--tan-200: #F8CFC4;
--tan-300: #F3AA96;
--tan-400: #EC7E5F;
--tan-500: #E75932;
--tan-600: #C93E18;
--tan-700: #A03113;
--tan-800: #72230D;
--tan-900: #491709;
--tan-950: #2E0E05;
}