Tan
#F1A798
RedColor Codes
All color formats for development
HEX
#F1A798RGB
rgb(241, 167, 152)HSL
hsl(10, 76%, 77%)OKLCH
oklch(0.796 0.091 31.9)CMYK
cmyk(0%, 31%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8975
2#E76B53
3#E34E30
4#CF3A1C
5#AD3018
6#8A2713
7#681D0E
8#451309
9#230A05
Tints
Lighter variations
1#F2AFA2
2#F4B8AC
3#F5C1B7
4#F7CAC1
5#F8D3CB
6#F9DCD6
7#FBE4E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#ECAA9C
2#E8ADA1
3#E4B0A5
4#DFB3AA
5#DBB5AE
6#D6B8B3
7#D2BBB7
8#CDBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CD #F7CDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A7 #F1A798 | BordersInactive statesPlaceholder text |
| 400 | EA79 #EA7962 | Disabled statesSecondary iconsMuted text |
| 500 | E352 #E35235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C537 #C5371B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2C #9D2C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701F #701F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4814 #48140A | 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: #FDF3F2;
--tan-100: #FBE4E0;
--tan-200: #F7CDC5;
--tan-300: #F1A798;
--tan-400: #EA7962;
--tan-500: #E35235;
--tan-600: #C5371B;
--tan-700: #9D2C15;
--tan-800: #701F0F;
--tan-900: #48140A;
--tan-950: #2D0D06;
}