Tan
#F29D97
RedColor Codes
All color formats for development
HEX
#F29D97RGB
rgb(242, 157, 151)HSL
hsl(4, 78%, 77%)OKLCH
oklch(0.779 0.103 24.1)CMYK
cmyk(0%, 35%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7C74
2#E95B51
3#E53A2E
4#D2261A
5#AF2016
6#8C1911
7#69130D
8#460D09
9#230604
Tints
Lighter variations
1#F3A7A1
2#F5B0AB
3#F6BAB6
4#F7C4C0
5#F9CECB
6#FAD8D5
7#FBE2E0
8#FCEBEA
9#FEF5F5
Tones
Muted variations
1#EEA19B
2#E9A5A0
3#E4A9A4
4#E0ADA9
5#DBB1AD
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 | F29D #F29D97 | BordersInactive statesPlaceholder text |
| 400 | EB69 #EB6960 | Disabled statesSecondary iconsMuted text |
| 500 | E63F #E63F33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C824 #C82419 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1D #9F1D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7115 #71150E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490D #490D09 | 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: #F29D97;
--tan-400: #EB6960;
--tan-500: #E63F33;
--tan-600: #C82419;
--tan-700: #9F1D14;
--tan-800: #71150E;
--tan-900: #490D09;
--tan-950: #2D0806;
}