Tan
#F1AD98
RedColor Codes
All color formats for development
HEX
#F1AD98RGB
rgb(241, 173, 152)HSL
hsl(14, 76%, 77%)OKLCH
oklch(0.807 0.086 37.9)CMYK
cmyk(0%, 28%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC9175
2#E77553
3#E35A30
4#CF461C
5#AD3A18
6#8A2F13
7#68230E
8#451709
9#230C05
Tints
Lighter variations
1#F2B5A2
2#F4BDAC
3#F5C5B7
4#F7CEC1
5#F8D6CB
6#F9DED6
7#FBE6E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#ECAF9C
2#E8B1A1
3#E4B4A5
4#DFB6AA
5#DBB8AE
6#D6BBB3
7#D2BDB7
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 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AD #F1AD98 | BordersInactive statesPlaceholder text |
| 400 | EA82 #EA8262 | Disabled statesSecondary iconsMuted text |
| 500 | E35E #E35E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C543 #C5431B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D35 #9D3515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7026 #70260F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4818 #48180A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FBE6E0;
--tan-200: #F7D0C5;
--tan-300: #F1AD98;
--tan-400: #EA8262;
--tan-500: #E35E35;
--tan-600: #C5431B;
--tan-700: #9D3515;
--tan-800: #70260F;
--tan-900: #48180A;
--tan-950: #2D0F06;
}