Tan
#F0A098
RedColor Codes
All color formats for development
HEX
#F0A098RGB
rgb(240, 160, 152)HSL
hsl(5, 75%, 77%)OKLCH
oklch(0.783 0.097 25.8)CMYK
cmyk(0%, 33%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB8076
2#E76054
3#E24031
4#CE2C1D
5#AC2519
6#891D14
7#67160F
8#450F0A
9#220705
Tints
Lighter variations
1#F2A9A3
2#F3B3AD
3#F5BCB7
4#F6C6C1
5#F8CFCC
6#F9D9D6
7#FBE2E0
8#FCECEA
9#FEF5F5
Tones
Muted variations
1#ECA39D
2#E8A7A1
3#E3ABA6
4#DFAEAA
5#DAB2AE
6#D6B6B3
7#D2B9B7
8#CDBDBC
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C9 #F7C9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0A0 #F0A098 | BordersInactive statesPlaceholder text |
| 400 | E96E #E96E63 | Disabled statesSecondary iconsMuted text |
| 500 | E245 #E24536 | Primary brand colorCTAsActive elementsLinks |
| 600 | C42A #C42A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C21 #9C2116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7018 #701810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470F #470F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE2E0;
--tan-200: #F7C9C5;
--tan-300: #F0A098;
--tan-400: #E96E63;
--tan-500: #E24536;
--tan-600: #C42A1C;
--tan-700: #9C2116;
--tan-800: #701810;
--tan-900: #470F0A;
--tan-950: #2D0A06;
}