Tan
#F2A597
RedColor Codes
All color formats for development
HEX
#F2A597RGB
rgb(242, 165, 151)HSL
hsl(9, 78%, 77%)OKLCH
oklch(0.793 0.094 30.7)CMYK
cmyk(0%, 32%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8674
2#E96851
3#E5492E
4#D2351A
5#AF2D16
6#8C2411
7#691B0D
8#461209
9#230904
Tints
Lighter variations
1#F3ADA1
2#F5B6AB
3#F6C0B6
4#F7C9C0
5#F9D2CB
6#FADBD5
7#FBE4E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#EEA89B
2#E9ABA0
3#E4AEA4
4#E0B1A9
5#DBB4AD
6#D7B8B2
7#D2BBB7
8#CDBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A4 #F2A497 | BordersInactive statesPlaceholder text |
| 400 | EB75 #EB7560 | Disabled statesSecondary iconsMuted text |
| 500 | E64E #E64E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C833 #C83319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F29 #9F2914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711D #711D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | 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: #FDF3F1;
--tan-100: #FBE3DF;
--tan-200: #F8CCC4;
--tan-300: #F2A497;
--tan-400: #EB7560;
--tan-500: #E64E33;
--tan-600: #C83319;
--tan-700: #9F2914;
--tan-800: #711D0E;
--tan-900: #491309;
--tan-950: #2D0C06;
}