Tan
#F2A297
RedColor Codes
All color formats for development
HEX
#F2A297RGB
rgb(242, 162, 151)HSL
hsl(7, 78%, 77%)OKLCH
oklch(0.788 0.097 28.1)CMYK
cmyk(0%, 33%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8274
2#E96351
3#E5432E
4#D22F1A
5#AF2716
6#8C2011
7#69180D
8#461009
9#230804
Tints
Lighter variations
1#F3ABA1
2#F5B4AB
3#F6BDB6
4#F7C7C0
5#F9D0CB
6#FADAD5
7#FBE3E0
8#FCECEA
9#FEF6F5
Tones
Muted variations
1#EEA59B
2#E9A8A0
3#E4ACA4
4#E0AFA9
5#DBB3AD
6#D7B6B2
7#D2BAB7
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 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A1 #F2A197 | BordersInactive statesPlaceholder text |
| 400 | EB70 #EB7060 | Disabled statesSecondary iconsMuted text |
| 500 | E648 #E64833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82D #C82D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F24 #9F2414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711A #711A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | 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: #F8CAC4;
--tan-300: #F2A197;
--tan-400: #EB7060;
--tan-500: #E64833;
--tan-600: #C82D19;
--tan-700: #9F2414;
--tan-800: #711A0E;
--tan-900: #491009;
--tan-950: #2D0A06;
}