Tan
#F2A897
RedColor Codes
All color formats for development
HEX
#F2A897RGB
rgb(242, 168, 151)HSL
hsl(11, 78%, 77%)OKLCH
oklch(0.799 0.091 33.4)CMYK
cmyk(0%, 31%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8A74
2#E96D51
3#E54F2E
4#D23C1A
5#AF3216
6#8C2811
7#691E0D
8#461409
9#230A04
Tints
Lighter variations
1#F3B0A1
2#F5B9AB
3#F6C2B6
4#F7CAC0
5#F9D3CB
6#FADCD5
7#FBE5E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#EEAA9B
2#E9ADA0
3#E4B0A4
4#E0B3A9
5#DBB6AD
6#D7B9B2
7#D2BCB7
8#CDBFBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A7 #F2A797 | BordersInactive statesPlaceholder text |
| 400 | EB7A #EB7A60 | Disabled statesSecondary iconsMuted text |
| 500 | E654 #E65433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C839 #C83919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F2D #9F2D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7120 #71200E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE4DF;
--tan-200: #F8CDC4;
--tan-300: #F2A797;
--tan-400: #EB7A60;
--tan-500: #E65433;
--tan-600: #C83919;
--tan-700: #9F2D14;
--tan-800: #71200E;
--tan-900: #491509;
--tan-950: #2D0D06;
}