Tan
#F29897
RedColor Codes
All color formats for development
HEX
#F29897RGB
rgb(242, 152, 151)HSL
hsl(1, 78%, 77%)OKLCH
oklch(0.771 0.109 20.6)CMYK
cmyk(0%, 37%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7674
2#E95351
3#E5312E
4#D21D1A
5#AF1816
6#8C1311
7#690E0D
8#460A09
9#230504
Tints
Lighter variations
1#F3A2A1
2#F5ADAB
3#F6B7B6
4#F7C1C0
5#F9CCCB
6#FAD6D5
7#FBE0E0
8#FCEAEA
9#FEF5F5
Tones
Muted variations
1#EE9D9B
2#E9A1A0
3#E4A5A4
4#E0AAA9
5#DBAEAD
6#D7B3B2
7#D2B7B7
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 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C5 #F8C5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F298 #F29897 | BordersInactive statesPlaceholder text |
| 400 | EB62 #EB6260 | Disabled statesSecondary iconsMuted text |
| 500 | E636 #E63633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C81C #C81C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F16 #9F1614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7110 #71100E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490A #490A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE0DF;
--tan-200: #F8C5C4;
--tan-300: #F29897;
--tan-400: #EB6260;
--tan-500: #E63633;
--tan-600: #C81C19;
--tan-700: #9F1614;
--tan-800: #71100E;
--tan-900: #490A09;
--tan-950: #2D0606;
}