Tan
#F1A598
RedColor Codes
All color formats for development
HEX
#F1A598RGB
rgb(241, 165, 152)HSL
hsl(9, 76%, 77%)OKLCH
oklch(0.792 0.093 30)CMYK
cmyk(0%, 32%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8775
2#E76953
3#E34B30
4#CF371C
5#AD2E18
6#8A2513
7#681C0E
8#451209
9#230905
Tints
Lighter variations
1#F2AEA2
2#F4B7AC
3#F5C0B7
4#F7C9C1
5#F8D2CB
6#F9DBD6
7#FBE4E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#ECA89C
2#E8ABA1
3#E4AFA5
4#DFB2AA
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 | F7CC #F7CCC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A5 #F1A598 | BordersInactive statesPlaceholder text |
| 400 | EA76 #EA7662 | Disabled statesSecondary iconsMuted text |
| 500 | E34F #E34F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C535 #C5351B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2A #9D2A15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701E #701E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4813 #48130A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FBE4E0;
--tan-200: #F7CCC5;
--tan-300: #F1A598;
--tan-400: #EA7662;
--tan-500: #E34F35;
--tan-600: #C5351B;
--tan-700: #9D2A15;
--tan-800: #701E0F;
--tan-900: #48130A;
--tan-950: #2D0C06;
}