Tan
#F0A798
RedColor Codes
All color formats for development
HEX
#F0A798RGB
rgb(240, 167, 152)HSL
hsl(10, 75%, 77%)OKLCH
oklch(0.795 0.09 32)CMYK
cmyk(0%, 30%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB8A76
2#E76C54
3#E24F31
4#CE3B1D
5#AC3119
6#892714
7#671D0F
8#45140A
9#220A05
Tints
Lighter variations
1#F2B0A3
2#F3B9AD
3#F5C1B7
4#F6CAC1
5#F8D3CC
6#F9DCD6
7#FBE5E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#ECAA9D
2#E8ADA1
3#E3B0A6
4#DFB3AA
5#DAB6AE
6#D6B9B3
7#D2BCB7
8#CDBEBC
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CD #F7CDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0A7 #F0A798 | BordersInactive statesPlaceholder text |
| 400 | E979 #E97963 | Disabled statesSecondary iconsMuted text |
| 500 | E253 #E25336 | Primary brand colorCTAsActive elementsLinks |
| 600 | C438 #C4381C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C2D #9C2D16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7020 #702010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4714 #47140A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FBE4E0;
--tan-200: #F7CDC5;
--tan-300: #F0A798;
--tan-400: #E97963;
--tan-500: #E25336;
--tan-600: #C4381C;
--tan-700: #9C2D16;
--tan-800: #702010;
--tan-900: #47140A;
--tan-950: #2D0D06;
}