Tan
#F2A097
RedColor Codes
All color formats for development
HEX
#F2A097RGB
rgb(242, 160, 151)HSL
hsl(6, 78%, 77%)OKLCH
oklch(0.785 0.099 26.4)CMYK
cmyk(0%, 34%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8074
2#E96051
3#E5402E
4#D22C1A
5#AF2516
6#8C1E11
7#69160D
8#460F09
9#230704
Tints
Lighter variations
1#F3A9A1
2#F5B3AB
3#F6BCB6
4#F7C6C0
5#F9CFCB
6#FAD9D5
7#FBE2E0
8#FCECEA
9#FEF5F5
Tones
Muted variations
1#EEA39B
2#E9A7A0
3#E4ABA4
4#E0AEA9
5#DBB2AD
6#D7B6B2
7#D2B9B7
8#CDBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A0 #F2A097 | BordersInactive statesPlaceholder text |
| 400 | EB6E #EB6E60 | Disabled statesSecondary iconsMuted text |
| 500 | E645 #E64533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82A #C82A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F22 #9F2214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7118 #71180E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE2DF;
--tan-200: #F8C9C4;
--tan-300: #F2A097;
--tan-400: #EB6E60;
--tan-500: #E64533;
--tan-600: #C82A19;
--tan-700: #9F2214;
--tan-800: #71180E;
--tan-900: #490F09;
--tan-950: #2D0A06;
}