Tan
#F0AE98
OrangeColor Codes
All color formats for development
HEX
#F0AE98RGB
rgb(240, 174, 152)HSL
hsl(15, 75%, 77%)OKLCH
oklch(0.807 0.084 39.2)CMYK
cmyk(0%, 27%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB9376
2#E77854
3#E25D31
4#CE4A1D
5#AC3D19
6#893114
7#67250F
8#45190A
9#220C05
Tints
Lighter variations
1#F2B6A3
2#F3BEAD
3#F5C7B7
4#F6CFC1
5#F8D7CC
6#F9DFD6
7#FBE7E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#ECB19D
2#E8B3A1
3#E3B5A6
4#DFB7AA
5#DAB9AE
6#D6BCB3
7#D2BEB7
8#CDC0BC
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 | F0AE #F0AE98 | BordersInactive statesPlaceholder text |
| 400 | E984 #E98463 | Disabled statesSecondary iconsMuted text |
| 500 | E261 #E26136 | Primary brand colorCTAsActive elementsLinks |
| 600 | C446 #C4461C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C38 #9C3816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7028 #702810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4719 #47190A | 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: #F0AE98;
--tan-400: #E98463;
--tan-500: #E26136;
--tan-600: #C4461C;
--tan-700: #9C3816;
--tan-800: #702810;
--tan-900: #47190A;
--tan-950: #2D1006;
}