Tan
#F3AA95
RedColor Codes
All color formats for development
HEX
#F3AA95RGB
rgb(243, 170, 149)HSL
hsl(13, 80%, 77%)OKLCH
oklch(0.803 0.092 36.7)CMYK
cmyk(0%, 30%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8D72
2#EB714F
3#E7542B
4#D44018
5#B13614
6#8D2B10
7#6A200C
8#471508
9#230B04
Tints
Lighter variations
1#F4B2A0
2#F6BBAB
3#F7C3B5
4#F8CCC0
5#F9D4CA
6#FADDD5
7#FBE5DF
8#FDEEEA
9#FEF6F4
Tones
Muted variations
1#EFAC9A
2#EAAF9F
3#E5B2A4
4#E1B4A8
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 #F8CFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AA #F3AA95 | BordersInactive statesPlaceholder text |
| 400 | ED7D #ED7D5E | Disabled statesSecondary iconsMuted text |
| 500 | E858 #E85830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA3D #CA3D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A131 #A13112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7323 #73230D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4916 #491608 | 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: #F8CFC3;
--tan-300: #F3AA95;
--tan-400: #ED7D5E;
--tan-500: #E85830;
--tan-600: #CA3D16;
--tan-700: #A13112;
--tan-800: #73230D;
--tan-900: #491608;
--tan-950: #2E0E05;
}