Tan
#F29B97
RedColor Codes
All color formats for development
HEX
#F29B97RGB
rgb(242, 155, 151)HSL
hsl(3, 78%, 77%)OKLCH
oklch(0.776 0.105 22.6)CMYK
cmyk(0%, 36%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7A74
2#E95851
3#E5372E
4#D2231A
5#AF1D16
6#8C1711
7#69120D
8#460C09
9#230604
Tints
Lighter variations
1#F3A5A1
2#F5AFAB
3#F6B9B6
4#F7C3C0
5#F9CDCB
6#FAD7D5
7#FBE1E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#EE9F9B
2#E9A3A0
3#E4A8A4
4#E0ACA9
5#DBB0AD
6#D7B4B2
7#D2B8B7
8#CDBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C7 #F8C7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29B #F29B97 | BordersInactive statesPlaceholder text |
| 400 | EB67 #EB6760 | Disabled statesSecondary iconsMuted text |
| 500 | E63C #E63C33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C821 #C82119 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1B #9F1B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7113 #71130E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490C #490C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D08 #2D0806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE1DF;
--tan-200: #F8C7C4;
--tan-300: #F29B97;
--tan-400: #EB6760;
--tan-500: #E63C33;
--tan-600: #C82119;
--tan-700: #9F1B14;
--tan-800: #71130E;
--tan-900: #490C09;
--tan-950: #2D0806;
}