Tan
#F1AE98
OrangeColor Codes
All color formats for development
HEX
#F1AE98RGB
rgb(241, 174, 152)HSL
hsl(15, 76%, 77%)OKLCH
oklch(0.808 0.085 38.9)CMYK
cmyk(0%, 28%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC9375
2#E77853
3#E35D30
4#CF491C
5#AD3D18
6#8A3113
7#68250E
8#451809
9#230C05
Tints
Lighter variations
1#F2B6A2
2#F4BEAC
3#F5C6B7
4#F7CEC1
5#F8D7CB
6#F9DFD6
7#FBE7E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#ECB09C
2#E8B3A1
3#E4B5A5
4#DFB7AA
5#DBB9AE
6#D6BBB3
7#D2BEB7
8#CDC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D1 #F7D1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AE #F1AE98 | BordersInactive statesPlaceholder text |
| 400 | EA84 #EA8462 | Disabled statesSecondary iconsMuted text |
| 500 | E361 #E36135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C546 #C5461B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D37 #9D3715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7028 #70280F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4819 #48190A | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FBE6E0;
--tan-200: #F7D1C5;
--tan-300: #F1AE98;
--tan-400: #EA8462;
--tan-500: #E36135;
--tan-600: #C5461B;
--tan-700: #9D3715;
--tan-800: #70280F;
--tan-900: #48190A;
--tan-950: #2D1006;
}