Tan
#F2AA97
RedColor Codes
All color formats for development
HEX
#F2AA97RGB
rgb(242, 170, 151)HSL
hsl(13, 78%, 77%)OKLCH
oklch(0.802 0.09 35.4)CMYK
cmyk(0%, 30%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8E74
2#E97251
3#E5552E
4#D2421A
5#AF3716
6#8C2C11
7#69210D
8#461609
9#230B04
Tints
Lighter variations
1#F3B3A1
2#F5BBAB
3#F6C4B6
4#F7CCC0
5#F9D5CB
6#FADDD5
7#FBE6E0
8#FCEEEA
9#FEF7F5
Tones
Muted variations
1#EEAD9B
2#E9B0A0
3#E4B2A4
4#E0B5A9
5#DBB7AD
6#D7BAB2
7#D2BDB7
8#CDBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CF #F8CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AA #F2AA97 | BordersInactive statesPlaceholder text |
| 400 | EB7E #EB7E60 | Disabled statesSecondary iconsMuted text |
| 500 | E65A #E65A33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C83F #C83F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F32 #9F3214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7124 #71240E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4917 #491709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE5DF;
--tan-200: #F8CFC4;
--tan-300: #F2AA97;
--tan-400: #EB7E60;
--tan-500: #E65A33;
--tan-600: #C83F19;
--tan-700: #9F3214;
--tan-800: #71240E;
--tan-900: #491709;
--tan-950: #2D0E06;
}