Tan
#F1A498
RedColor Codes
All color formats for development
HEX
#F1A498RGB
rgb(241, 164, 152)HSL
hsl(8, 76%, 77%)OKLCH
oklch(0.791 0.094 29.1)CMYK
cmyk(0%, 32%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8575
2#E76753
3#E34830
4#CF341C
5#AD2B18
6#8A2313
7#681A0E
8#451109
9#230905
Tints
Lighter variations
1#F2ADA2
2#F4B6AC
3#F5BFB7
4#F7C8C1
5#F8D1CB
6#F9DAD6
7#FBE4E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#ECA79C
2#E8AAA1
3#E4ADA5
4#DFB1AA
5#DBB4AE
6#D6B7B3
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 | FBE3 #FBE3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CB #F7CBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A4 #F1A498 | BordersInactive statesPlaceholder text |
| 400 | EA74 #EA7462 | Disabled statesSecondary iconsMuted text |
| 500 | E34C #E34C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C532 #C5321B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D28 #9D2815 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701C #701C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4812 #48120A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE3E0;
--tan-200: #F7CBC5;
--tan-300: #F1A498;
--tan-400: #EA7462;
--tan-500: #E34C35;
--tan-600: #C5321B;
--tan-700: #9D2815;
--tan-800: #701C0F;
--tan-900: #48120A;
--tan-950: #2D0B06;
}