Tan
#F3AE95
OrangeColor Codes
All color formats for development
HEX
#F3AE95RGB
rgb(243, 174, 149)HSL
hsl(16, 80%, 77%)OKLCH
oklch(0.81 0.089 40.8)CMYK
cmyk(0%, 28%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9372
2#EB794F
3#E75E2B
4#D44A18
5#B13E14
6#8D3110
7#6A250C
8#471908
9#230C04
Tints
Lighter variations
1#F4B7A0
2#F6BFAB
3#F7C7B5
4#F8CFC0
5#F9D7CA
6#FADFD5
7#FBE7DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFB19A
2#EAB39F
3#E5B5A4
4#E1B7A8
5#DCB9AD
6#D7BCB2
7#D2BEB6
8#CEC0BB
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 | F8D1 #F8D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AE #F3AE95 | BordersInactive statesPlaceholder text |
| 400 | ED84 #ED845E | Disabled statesSecondary iconsMuted text |
| 500 | E861 #E86130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA46 #CA4616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A138 #A13812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7328 #73280D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491A #491A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE6DF;
--tan-200: #F8D1C3;
--tan-300: #F3AE95;
--tan-400: #ED845E;
--tan-500: #E86130;
--tan-600: #CA4616;
--tan-700: #A13812;
--tan-800: #73280D;
--tan-900: #491A08;
--tan-950: #2E1005;
}