Tan
#F1AA98
RedColor Codes
All color formats for development
HEX
#F1AA98RGB
rgb(241, 170, 152)HSL
hsl(12, 76%, 77%)OKLCH
oklch(0.801 0.088 34.8)CMYK
cmyk(0%, 29%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8D75
2#E77053
3#E35430
4#CF401C
5#AD3518
6#8A2B13
7#68200E
8#451509
9#230B05
Tints
Lighter variations
1#F2B2A2
2#F4BBAC
3#F5C3B7
4#F7CCC1
5#F8D4CB
6#F9DDD6
7#FBE5E0
8#FCEEEA
9#FEF6F5
Tones
Muted variations
1#ECAC9C
2#E8AFA1
3#E4B2A5
4#DFB4AA
5#DBB7AE
6#D6BAB3
7#D2BCB7
8#CDBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CF #F7CFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AA #F1AA98 | BordersInactive statesPlaceholder text |
| 400 | EA7D #EA7D62 | Disabled statesSecondary iconsMuted text |
| 500 | E358 #E35835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53D #C53D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D31 #9D3115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7023 #70230F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4816 #48160A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FBE5E0;
--tan-200: #F7CFC5;
--tan-300: #F1AA98;
--tan-400: #EA7D62;
--tan-500: #E35835;
--tan-600: #C53D1B;
--tan-700: #9D3115;
--tan-800: #70230F;
--tan-900: #48160A;
--tan-950: #2D0E06;
}